1834394 Members
1560 Online
110066 Solutions
New Discussion

LDAP-UX

 
Juan_10
New Member

LDAP-UX

Hi,

I try to configure LDAP-UX Integration over HP-UX 11.11. I did all jobs in the Iplanet Directory Server 5.(modify the permission).

I installed the LDAP-UX in the HP A400 an configure this software executing ./setup in /opt/ldapux/config and migrated the data with script migrate_all_online.sh through .ldif archive.
But when the user is not root (the superuser haven??t integration with LDAP) appears login, password and LDAP password and fail.

I don??t know why

Thanks and regards
Josemi
1 REPLY 1
Steve Steel
Honored Contributor

Re: LDAP-UX

Hi

Not sure but you can probably fix the errors by making sure that all Web Servers share
one and the same User/Group Database.
This db is a fileset that the Admin Server controls.
When the Web Server has to authenticate a
user, it tries to open the Ldap Database, in this case,it should be a set of files on the local disk.
If the Web Server user, does not have correct access to these files, the Web Server cannot authenticate properly.

The usual permissions are, for example:

hpnmcem(/opt/ns-????/userdb/ldap/db)>ll

-rw-rw---- 1 www other 7 Feb 8 12:13 NEXTID
-rw-rw---- 1 www other 16384 Feb 8 12:13 cn.dbb
-rw-rw---- 1 www other 16384 Feb 8 12:13 entrydn.dbb
and so on

In this example only User www and Members of the group other have read/write access to these files.

Note: The directory should have permissions, :

ll -d db
drwxr-s--- 2 www other 024 Feb 8 12:12 db


Steve Steel
If you want truly to understand something, try to change it. (Kurt Lewin)