Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c730 IS_LDAP(repository) == FALSE) { in ckarg()
759 IS_LDAP(repository) == FALSE) { in ckarg()
791 IS_LDAP(repository) == FALSE) { in ckarg()
823 IS_LDAP(repository) == FALSE) { in ckarg()
856 IS_LDAP(repository) == FALSE) { in ckarg()
897 IS_LDAP(repository) == FALSE) { in ckarg()
936 IS_LDAP(repository) == FALSE) { in ckarg()
979 IS_LDAP(repository) == FALSE) { in ckarg()
1009 IS_LDAP(repository) == FALSE) { in ckarg()
1039 IS_LDAP(repository) == FALSE) { in ckarg()
[all …]
/illumos-gate/usr/src/lib/passwdutil/
H A Dpasswdutil.h114 #undef IS_LDAP
118 #define IS_LDAP(r) (r.type != NULL && strcmp(r.type, "ldap") == 0) macro