Hi, All, I got two nameContexts, but I only set up one in slapd.conf which is o=csun. Is there any way to find out where the other nameContexts coming from? Is this normal?
I also searched all the files on Linux, I didn’t find any file contains “cn=changelog” in the file content.
[root@oldaptest01 init.d]# ldapsearch -x -b '' -s base '(objectclass=*)' namingContexts # extended LDIF # # LDAPv3 # base <> with scope baseObject # filter: (objectclass=*) # requesting: namingContexts
# # dn: namingContexts: cn=changelog namingContexts: o=csun # search result search: 2 result: 0 Success # numResponses: 2 # numEntries: 1 # find -name "*.conf" -print | xargs grep -i "cn=change"
No result Thank you Hui |