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

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dns_ldap.c48 * automountInformation: contains the mount options and remote mount location
59 * automountInformation: -rw,intr,nosuid,noquota hosta:/export/work
79 static char *automountInformation = NULL; variable
219 automountInformation = "automountInformation";
230 /* check for automountInformation mapped to nisMapEntry */
231 if (!isAttrMapped("automountInformation", "nisMapEntry"))
252 automountInformation = "nisMapEntry";
425 if (strcasecmp(attr->attrname, automountInformation) == 0) {
664 if (strcasecmp(attr->attrname, automountInformation)
[all...]

Completed in 45 milliseconds