Searched refs:schemaNamingContext (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/krb5/kadmin/kclient/
H A Dkclient.sh890 -b "" -s base "" schemaNamingContext| \
891 grep ^schemaNamingContext|read j schemaNamingContext
897 schemaNamingContext=${schemaNamingContext#CN=Schema,CN=Configuration,}
899 [[ -z $schemaNamingContext ]] && return 1
902 while [[ -n $schemaNamingContext ]]
904 schemaNamingContext=${schemaNamingContext#DC=}
905 forest=${forest}.${schemaNamingContext
[all...]

Completed in 45 milliseconds