Scott Boggs wrote:
Hello,I am attempting to pull the schema of my FDS, I am use to using a command such as 'ldapsearch -x -s base -b "" subschemasubentry' or 'ldapsearch -b "cn=subschema" attributetypes'
You first have to find out what the subschemasubentry suffix is: ldapsearch -x -s base -b "" subschemasubentry dn: subschemasubentry: cn=schema Then, you can query cn=schema: ldapsearch -x -s base -b "" attributeTypes objectClasses
Can anyone shine any light on how my syntax is wrong with these commands. I am trying to pull the subschema to show the various attribute definitions. I am sure I have just missed how to do it in the docs. Thanks in advance -- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users
Attachment:
smime.p7s
Description: S/MIME Cryptographic Signature
-- Fedora-directory-users mailing list Fedora-directory-users@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-directory-users