Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldapclient.c154 #define LDAP_RESTORE_DIR "/var/ldap/restore" macro
2592 stat_ret = stat(LDAP_RESTORE_DIR, &buf); in recover()
2784 retcode = rmdir(LDAP_RESTORE_DIR); in recover()
2788 LDAP_RESTORE_DIR); in recover()
2821 restore_stat = stat(LDAP_RESTORE_DIR, &buf); in file_backup()
2829 (void) system("/bin/rm -fr " LDAP_RESTORE_DIR); in file_backup()
2830 restore_stat = stat(LDAP_RESTORE_DIR, &buf); in file_backup()
2835 LDAP_RESTORE_DIR); in file_backup()
2840 retcode = mkdir(LDAP_RESTORE_DIR, 0755); in file_backup()
2845 LDAP_RESTORE_DIR, retcode); in file_backup()
[all …]