[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: slapd error!
On Mon, 10 Feb 2003, Cristian Tudose wrote:
you're using RH 8
>
>
> Hi to all ...
>
> I have some problem whit slapd ...
> when i stop the ldap "service ldap stop"
> i recive this error:
>
> stoping slpad: /etc/init.d/ldap: line 196: kill: (27694) - No such
> process
> /etc/init.d/ldap: line 196: kill: (27693) - No such process
> /etc/init.d/ldap: line 196: kill: (27698) - No such process [OK]
>
> When i start it: "service ldap start"
> Starting slapd: [OK]
I get this too, but ldap still works for me
> $ rpm -qa | grep openldap
> openldap-2.0.25-1
> openldap-clients-2.0.25-1
> openldap-devel-2.0.25-1
> openldap12-1.2.13-5
> openldap-servers-2.0.25-1
>
> I scan my open ports whit nmap:
> [cristi@xxxx cristi]$ nmap -sT 192.168.1.9
>
> Starting nmap V. 3.00 ( www.insecure.org/nmap/ )
> Interesting ports on xxx.xxxx.xx (192.168.1.9):
> (The 1593 ports scanned but not shown below are in state: closed)
> Port State Service
> 22/tcp open ssh
> 389/tcp open ldap
> 6000/tcp open X11
>
> Nmap run completed -- 1 IP address (1 host up) scanned in 1 second
that's good
> [root@xxxxx cristi]# ldapsearch -x -b '' -s base '(ojectclass=*)'
> namingContexts
>
> version: 2
>
> #
> # filter: (ojectclass=*)
> # requesting: namingContexts
> #
>
> # search result
> search: 2
> result: 0 Success
>
> # numResponses: 1
>
did you pupulate your database yet? if you did try ldap -x -b
'dc=example,dc=com' '(objectclass=*)' and chage example.com to whatever
your domain name is, you should see a full listing.
>
> and when i try to browse whit gq, apears a little window who request a
> pass. i enter the pass what i set whit slappasswd, but he say wrong pass
> or invalid URI!
>
> What's the problem ... ?
>
> i make a exemple.ldif were i write ...
>
> dn: uid=cristi,ou=people,dc=tehnic,dc=ro
> uid: cristi
> cn: Cristi User
> givenname: Cristi
> sn: User
> mail: cristi@tehnic.ro
> objectClass: top
> objectClass: mailRecipient
> objectClass: person
> objectClass: inetOrgPerson
>
> if i try to add the sample.ldif:
> ldapadd -x -D "cn=root,dc=tehnic,dc=ro" -W -f /path_ro_ldif_file/
>
> Enter LDAP Password:
> "uid=cristi,ou=person,dc=tehnic,dc=ro"
> ldap_add: Object class violation
> additional info: unrecognized objectClass 'mailRecipient'
> ldif_record () = 65
I don;t know, but try using the migration scripts in
/usr/share/openldap/migration
> I configure all this how is writed in a tutorial from
> ibm.com/developerWorks Thanks !
>