Searched defs:automountKey (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c47 * automountKey: contains the key i.e. the mount point
57 * dn: automountKey=/work,automountMapName=auto_direct,...
58 * automountKey: /work
78 static char *automountKey = NULL; variable
218 automountKey = "automountKey";
220 defaultFilter = "(&(objectClass=automount)(automountKey=%s))";
226 /* check for automountKey mapped to cn */
227 if (!isAttrMapped("automountKey", "cn"))
251 automountKey
[all...]

Completed in 78 milliseconds