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

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c153 #define LDAP_RESTORE_DIR "/var/ldap/restore" macro
158 #define DOMAINNAME_BACK LDAP_RESTORE_DIR "/" DOMAINNAME_FILE
163 #define NSSWITCH_BACK LDAP_RESTORE_DIR "/" NSSWITCH_FILE
2591 stat_ret = stat(LDAP_RESTORE_DIR, &buf);
2670 (void) strlcpy(ldap_file_back, LDAP_RESTORE_DIR "/", BUFSIZE);
2692 (void) strlcpy(ldap_cred_back, LDAP_RESTORE_DIR "/", BUFSIZE);
2715 if (strlen(name) >= (BUFSIZE - strlen(LDAP_RESTORE_DIR)))
2720 (void) strlcpy(yp_dir_back, LDAP_RESTORE_DIR "/", BUFSIZE);
2783 retcode = rmdir(LDAP_RESTORE_DIR);
2787 LDAP_RESTORE_DIR);
[all...]

Completed in 61 milliseconds