<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Linking unix users and php users in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730982#M386435</link>
    <description>What you are looking for is not directly a function hpux or any other operating system provides. It is the authentication module of your web server software. Since you are referencing php and .htaccess, I am under the impression that you are using apache as your web server. If this is correct, there are many different ways you can accomplish this. Unfortunately, I do not know any one of them from a close encounter. But if you click on the following link, it will take you to the google search page, where you can browse solutions and decide which one most closely resembles your setup.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?q=apache+php+use+passwd+authentication" target="_blank"&gt;http://www.google.com/search?q=apache+php+use+passwd+authentication&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
    <pubDate>Mon, 27 Dec 2010 21:01:29 GMT</pubDate>
    <dc:creator>Mel Burslan</dc:creator>
    <dc:date>2010-12-27T21:01:29Z</dc:date>
    <item>
      <title>Linking unix users and php users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730981#M386434</link>
      <description>Hi masters,&lt;BR /&gt;&lt;BR /&gt;I got php script where can create users and give password and allow them to acess files(through web).&lt;BR /&gt;&lt;BR /&gt;Here I use .htusers.php file for user authorization,&lt;BR /&gt;I want to link unix local user to this users(which are under ./htusers.php)so that i will not face any permission issue.&lt;BR /&gt;&lt;BR /&gt;Chandra</description>
      <pubDate>Mon, 27 Dec 2010 15:39:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730981#M386434</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-12-27T15:39:19Z</dc:date>
    </item>
    <item>
      <title>Re: Linking unix users and php users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730982#M386435</link>
      <description>What you are looking for is not directly a function hpux or any other operating system provides. It is the authentication module of your web server software. Since you are referencing php and .htaccess, I am under the impression that you are using apache as your web server. If this is correct, there are many different ways you can accomplish this. Unfortunately, I do not know any one of them from a close encounter. But if you click on the following link, it will take you to the google search page, where you can browse solutions and decide which one most closely resembles your setup.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.google.com/search?q=apache+php+use+passwd+authentication" target="_blank"&gt;http://www.google.com/search?q=apache+php+use+passwd+authentication&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;hope this helps</description>
      <pubDate>Mon, 27 Dec 2010 21:01:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730982#M386435</guid>
      <dc:creator>Mel Burslan</dc:creator>
      <dc:date>2010-12-27T21:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Linking unix users and php users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730983#M386436</link>
      <description>Thanks for reply,&lt;BR /&gt;&lt;BR /&gt;Its apache web server.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Chadra</description>
      <pubDate>Tue, 28 Dec 2010 03:58:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730983#M386436</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-12-28T03:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Linking unix users and php users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730984#M386437</link>
      <description>Hi Chandra,&lt;BR /&gt;&lt;BR /&gt;there are several authentication schemes and modules available for Apache.&lt;BR /&gt;One that seems viable to me would be to authenicate your web users against an LDAP directory to which end there exists mod_auth_ldap&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html" target="_blank"&gt;http://httpd.apache.org/docs/2.0/mod/mod_auth_ldap.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Of course, the easiest and probably most common form for websites with a moderate user base would be to simply use mod_auth with AuthType Basic against an AuthUserFile.&lt;BR /&gt;&lt;A href="http://httpd.apache.org/docs/2.0/mod/mod_auth.html" target="_blank"&gt;http://httpd.apache.org/docs/2.0/mod/mod_auth.html&lt;/A&gt;&lt;BR /&gt;But then you would have to keep this file somehow in sync with your system's passwd and group files.</description>
      <pubDate>Tue, 28 Dec 2010 07:57:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730984#M386437</guid>
      <dc:creator>Ralph Grothe</dc:creator>
      <dc:date>2010-12-28T07:57:45Z</dc:date>
    </item>
    <item>
      <title>Re: Linking unix users and php users</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730985#M386438</link>
      <description>"But then you would have to keep this file somehow in sync with your system's passwd and group files."&lt;BR /&gt;&lt;BR /&gt;This is where i am looking for,&lt;BR /&gt;&lt;BR /&gt;if i create user using httpasswd how unix file permission will be maintained??&lt;BR /&gt;&lt;BR /&gt;Chandra</description>
      <pubDate>Tue, 28 Dec 2010 08:19:53 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/linking-unix-users-and-php-users/m-p/4730985#M386438</guid>
      <dc:creator>Chandrahasa s</dc:creator>
      <dc:date>2010-12-28T08:19:53Z</dc:date>
    </item>
  </channel>
</rss>

