Cristian Tudose wrote:
This can be ignored, the shutdown script probably tries to kill all slapd threadsHi 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]
Probably an access control configuration error. Try to bind as rootdn and see if you[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
This is a known GQ bug, just choose to store the passwd on the disk and it will work.
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 ... ?
You don't have the mailRecipient object class defined in your schema filesi 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
mitu
PS Please begin a new "thread" next time instead of replying.