Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ldap/ns_ldap/
H A Dldaplist.c190 list(char *database, char *ldapfilter, char **ldapattribute, in list() argument
219 sort, merge_SSD_filter, (const char **)ldapattribute, NULL, in list()
261 char **ldapattribute = NULL; in main() local
478 ldapattribute = NULL; in main()
486 ldapattribute = buffer; in main()
510 rc = list("passwd", ldapfilter, ldapattribute, in main()
530 rc1 = list("hosts", ldapfilter, ldapattribute, in main()
570 if (rc = list(database, ldapfilter, ldapattribute, &err, udata)) in main()