This is a discussion on problem setting admin DN IDS 5.2 ldapserver within the AIX Operating System forums, part of the Unix Operating Systems category; --> Hi, I did a clean install of ITDS 5.2 on a new AIX 5.2 ML3 server. smitty installation of ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I did a clean install of ITDS 5.2 on a new AIX 5.2 ML3 server. smitty installation of the ldap.server filesets, db2, etc was ok. The next steps include setting the Administrator DN and configuring the database. When using ldapxcfg I get "Valid DN expected" error message when setting the cn=root or cn=admin from the gui Also from the commandline ldapcfg gives a "failed to set administrator password" like message, as well as trying it with mksecldap gives similar messages Any ideas what is wrong? Thanks, Gert |
| ||||
| GertK wrote: > Hi, > > I did a clean install of ITDS 5.2 on a new AIX 5.2 ML3 server. > smitty installation of the ldap.server filesets, db2, etc was ok. > The next steps include setting the Administrator DN and configuring the > database. > > When using ldapxcfg I get "Valid DN expected" error message when > setting the cn=root or cn=admin from the gui > > Also from the commandline ldapcfg gives a "failed to set administrator > password" like message, as well as trying it with mksecldap gives > similar messages > > Any ideas what is wrong? > > Thanks, > > Gert > The problem was solved by changing the value of the LANG variable in the root shell. Old value was LANG=En_US, new value LANG=en_US. After that, there was no problem changing the admin password Regards, GertK |