| ldapsearch Input |
| -b "" |
Specifies a search base (-b) of ““ to obtain the RootDSE object. |
| -s base |
Specifies a scope (-s) for the RootDSE object. |
| -H ldap://host:port/K1 |
Specifies the URI of the directory server. |
| schemaNamingContext |
Specifies an attribute name to limit the attribute values the search can return, otherwise it returns values for all available attributes. |
| ldapsearch Output |
| dn:schemaNamingContext |
Indicates that the output is the distinguished name of the schema naming context. |
| schemaNamingContext CN=Schema, CN=Configuration,DC=k1dns, DC=k1dns,DC=systemone, DC=com |
Specifies the value for the schemaNamingContext attribute. |