HomeSort by relevance Sort by last modified time
    Searched refs:ldap (Results 1 - 25 of 102) sorted by null

1 2 3 4 5

  /onnv/onnv-gate/usr/src/cmd/ldapcachemgr/
ldap-client 29 # Start/Stop client LDAP service
36 if [ ! -r /var/ldap/ldap_client_file ]; then
37 echo "WARNING: /var/ldap/ldap_client_file is missing or not readable" >& 2
41 exec /usr/lib/ldap/ldap_cachemgr
45 exec /usr/lib/ldap/ldap_cachemgr -K
Makefile 29 SVCMETHOD= ldap-client
40 ROOTLDAPLIB= $(ROOT)/usr/lib/ldap
51 -I$(SRC)/lib/libldap5/include/ldap \
req.flg 33 echo_file usr/src/lib/libldap5/include/ldap/solaris-priv.h
  /onnv/onnv-gate/usr/src/cmd/initpkg/init.d/
ldap.client 32 FMRI=network/ldap/client:default
36 [ -f /var/ldap/ldap_client_file ] && \
37 [ -f /usr/lib/ldap/ldap_cachemgr ] || exit 0
  /onnv/onnv-gate/usr/src/lib/libsldap/
req.flg 29 echo_file usr/src/lib/libldap5/include/ldap/solaris-priv.h
30 echo_file usr/src/lib/libldap5/include/ldap/ldappr.h
31 echo_file usr/src/lib/libldap5/include/ldap/solaris-int.h
Makefile.com 52 CPPFLAGS += -I../common -I$(SRC)/lib/libldap5/include/ldap \
  /onnv/onnv-gate/usr/src/lib/pkcs11/
inc.flg 31 find_files "s.*" usr/src/lib/libldap5/sources/ldap/ber
32 find_files "s.*" usr/src/lib/libldap5/include/ldap
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWlldap/
Makefile 31 LICENSEFILES += ../../cmd/ldap/THIRDPARTYLICENSE
  /onnv/onnv-gate/usr/src/cmd/ldap/
req.flg 13 echo_file usr/src/lib/libldap5/include/ldap/solaris-int.h
14 echo_file usr/src/lib/libldap5/include/ldap/ldif.h
15 echo_file usr/src/lib/libldap5/include/ldap/ldaplog.h
Makefile 7 # cmd/ldap/Makefile
29 $(POFILES) := CFLAGS += -I ../../lib/libldap5/include/ldap \
  /onnv/onnv-gate/usr/src/lib/libldap5/
Makefile.com 32 # The LDAP specific objects
76 COM_INC= -I$(SRC)/lib/libldap5/include/ldap \
79 SRCS= $(BEROBJS:%.o=../sources/ldap/ber/%.c) \
80 $(LDAPOBJS:%.o=../sources/ldap/common/%.c) \
81 $(SSLDAPOBJS:%.o=../sources/ldap/ssldap/%.c) \
82 $(PRLDAPOBJS:%.o=../sources/ldap/prldap/%.c) \
83 $(UTILOBJS:%.o=../sources/ldap/util/%.c)
92 $(LINTLIB):= SRCS=../sources/ldap/common/llib-lldap
123 pics/%.o: ../sources/ldap/ber/%.c
127 pics/%.o: ../sources/ldap/common/%.
    [all...]
Makefile 76 $(XGETTEXT) $(XGETFLAGS) sources/ldap/*/*.[ch]*
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/
Makefile 35 ldap
  /onnv/onnv-gate/usr/src/lib/libnisdb/
nis_parse_ldap_conf.h 37 #include <ldap.h>
121 /* LDAP server keywords */
563 extern void get_ldap_connection(LDAP **ld, time_t retry_time);
564 extern void free_ldap_connection(LDAP *ld);
565 extern void return_ldap_connection(LDAP *ld);
672 LDAP *ldapssl_init(const char *defhost, int defport, int defsecure);
673 int ldap_x_sasl_digest_md5_bind_s(LDAP *ld, char *user_name,
ldap_op.h 39 * Need _SOLARIS_SDK in order to get LDAP_CONTROL_SIMPLE_PAGE from new <ldap.h>
46 #include <ldap.h>
ldap_print.h 33 #include <ldap.h>
  /onnv/onnv-gate/usr/src/lib/nsswitch/
Makefile 30 SUBDIRS= files nis nisplus compat dns ldap user mdns ad
  /onnv/onnv-gate/usr/src/cmd/sendmail/include/sm/
config.h 148 /* LDAP Checks */
151 # include <ldap.h>
153 /* Does the LDAP library have ldap_memfree()? */
157 ** The new LDAP C API (draft-ietf-ldapext-ldap-c-api-04.txt) includes
169 /* Does the LDAP library have ldap_initialize()? */
173 ** Check for ldap_initialize() support for support for LDAP URI's with
174 ** non-ldap:// schemes.
  /onnv/onnv-gate/usr/src/cmd/svc/milestone/
identity-domain 32 # Set LDAP/NIS+/NIS domainname if locally configured.
38 [ -f /var/ldap/ldap_client_file ] && name_service="LDAP "
  /onnv/onnv-gate/usr/src/lib/libldap5/sources/ldap/prldap/
ldappr-int.h 37 #include <ldap.h>
81 int prldap_install_io_functions( LDAP *ld, int shared );
82 int prldap_session_arg_from_ld( LDAP *ld, PRLDAPIOSessionArg **sessargpp );
87 int prldap_socket_arg_from_ld( LDAP *ld, PRLDAPIOSocketArg **sockargpp );
93 int prldap_install_thread_functions( LDAP *ld, int shared );
94 int prldap_thread_new_handle( LDAP *ld, void *sessionarg );
95 void prldap_thread_dispose_handle( LDAP *ld, void *sessionarg );
101 int prldap_install_dns_functions( LDAP *ld );
103 int prldap_x_install_dns_skipdb( LDAP *ld, const char *skip );
  /onnv/onnv-gate/usr/src/lib/pam_modules/ldap/
Makefile 31 POFILE= ldap.po
  /onnv/onnv-gate/usr/src/lib/pam_modules/
Makefile 40 ldap \
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/
services 58 ldap 389/tcp # Lightweight Directory Access Protocol
59 ldap 389/udp # Lightweight Directory Access Protocol
64 ldaps 636/tcp # LDAP protocol over TLS/SSL (was sldap)
65 ldaps 636/udp # LDAP protocol over TLS/SSL (was sldap)
132 www-ldap-gw 1760/tcp # HTTP to LDAP gateway
133 www-ldap-gw 1760/udp # HTTP to LDAP gateway
  /onnv/onnv-gate/usr/src/lib/libadutils/
Makefile.com 42 CPPFLAGS += -D_REENTRANT -I$(SRCDIR) -I$(SRC)/lib/libldap5/include/ldap
  /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
ldap_err.c 2 #include <ldap.h>
78 /* LDAP server was unable to satisfy a request because one or more
83 * exist in the LDAP server's schema. */
108 /* Ensure that the following don't occur in the DAL-LDAP code.
109 * Don't rely on the LDAP server to catch it */
141 if (op == OP_BIND) /* the LDAP server accepts only strong authentication. */
150 /* An LDAP server limit set by an administrative authority has been
154 /* The LDAP server cannot process the request because of

Completed in 840 milliseconds

1 2 3 4 5