Container passwd does not exist

Hello

I have a problem with the Directory Server 5.2 on a Solaris 10 System.

I have make following steps:

1. idsconfig started with this options:

1 Domain to serve : mthnet.local

2 Base DN to setup : dc=mthnet,dc=local

3 Profile name to create : default

4 Default Server List : 192.168.42.102

5 Preferred Server List :

6 Default Search Scope : one

7 Credential Level : proxy

8 Authentication Method : simple

9 Enable Follow Referrals : FALSE

10 iDS Time Limit :

11 iDS Size Limit :

12 Enable crypt password storage : TRUE

13 Service Auth Method pam_ldap :

14 Service Auth Method keyserv :

15 Service Auth Method passwd-cmd:

16 Search Time Limit : 30

17 Profile Time to Live : 43200

18 Bind Limit :

When i testing the server with ldapsearch is this the output:

ou=profile,dc=mthnet,dc=local

ou=profile

objectClass=top

objectClass=organizationalUnit

cn=proxyagent,ou=profile,dc=mthnet,dc=local

cn=proxyagent

sn=proxyagent

objectClass=top

objectClass=person

userPassword={crypt}c7O14yBojLda2

cn=default,ou=profile,dc=mthnet,dc=local

objectClass=top

objectClass=DUAConfigProfile

defaultServerList=192.168.42.102

defaultSearchBase=dc=mthnet,dc=local

authenticationMethod=simple

followReferrals=FALSE

defaultSearchScope=one

searchTimeLimit=30

profileTTL=43200

cn=default

credentialLevel=proxy

The server is also running! Then i add a client to ldap, but, it is only possibal manual. When i testing the client i have following output:

ou=profile,dc=mthnet,dc=local

ou=profile

objectClass=top

objectClass=organizationalUnit

cn=proxyagent,ou=profile,dc=mthnet,dc=local

cn=proxyagent

sn=proxyagent

objectClass=top

objectClass=person

userPassword={crypt}c7O14yBojLda2

cn=default,ou=profile,dc=mthnet,dc=local

objectClass=top

objectClass=DUAConfigProfile

defaultServerList=192.168.42.102

defaultSearchBase=dc=mthnet,dc=local

authenticationMethod=simple

followReferrals=FALSE

defaultSearchScope=one

searchTimeLimit=30

profileTTL=43200

cn=default

credentialLevel=proxy

Okay, now i will add the /etc files to the server with this command:

ldapaddent -D"cn=Directory Manager" -w dm_test -f /var/tmp/passwd passwd

It's not possible, i give a error message:

Container passwd does not exist

But, where is the problem? I have no idea where the probelm is.

Can you help me?

Sorry for my bad english!

Message was edited by:

MTH

[2981 byte] By [MTH] at [2007-11-26 8:32:51]
# 1
hi,if u got an answer, please forward to me, i have exact the same prbl.thanks
padipedipo at 2007-7-6 21:57:39 > top of Java-index,Web & Directory Servers,Directory Servers...
# 2

You may look at this guide:

http://web.singnet.com.sg/~garyttt/

Y. Installing and Configuring iPlanet Directory Server for Solaris9

Did you define SSDs which will setup the top level containers, at least for "passwd", "group" and "shadow"?

Note the output message of "idsconfig" should say:

5. Top level "ou" containers complete.

Gary

gary_tay at 2007-7-6 21:57:39 > top of Java-index,Web & Directory Servers,Directory Servers...