Lines Matching refs:LDAP

160 static int smb_ads_get_dsattr(LDAP *, const char *);
163 static smb_ads_qstat_t smb_ads_getattr(LDAP *, LDAPMessage *,
357 LDAP *ld = NULL;
1207 * functional level of the specified server after an anonymous LDAP query
1210 * The LDAP SASL bind is not performed here to avoid the potential delays
1253 * Open a LDAP connection to an AD server and bind to it using credentials of
1263 * it's not necessary to set the environment variable per LDAP connection.
1350 * Prior to performing a LDAP SASL bind with the DC, this function should be
1384 smb_ads_saslcallback(LDAP *ld, unsigned flags, void *defaults, void *prompts)
1404 * Open an LDAP connection to a discovered AD server for the specified domain.
1409 * purposes, it can be set to B_FALSE to disable LDAP encryption.
1412 * A Kerberos TGT ticket must be found in ccache in order to acquire a LDAP
1422 LDAP *ld;
1520 * LDAP unbind is called here.
1637 * This routine specifies the attributes of an ADS LDAP share object. The first
1640 * object. The LDAP synchronous add command is used to add the object into ADS.
1649 * > 0 : LDAP error code
1713 * location to remove the object needs to specified. The LDAP synchronous
1720 * >0 : LDAP error code
1749 * RFC 1960 - A String Representation of LDAP Search Filters
1755 * RFC 2252 - LDAP Attribute Syntax Definitions
1800 * specified ADS container. The LDAP synchronous search command is used.
1806 * >0 : LDAP error code
1882 * >0 : LDAP error code
1907 /* Return LDAP error code only if it's not NO_SUCH_OBJECT */
1927 * >0 : LDAP error code
1992 * anonymous LDAP query.
2010 LDAP *ld;
2046 LDAP *ld;
2071 smb_ads_get_dsattr(LDAP *ld, const char *ds_attr)
2150 * > 0 : LDAP error code
2249 smb_ads_getattr(LDAP *ld, LDAPMessage *entry, smb_ads_avpair_t *avpair)
2443 * Returns LDAP error code.
2544 * This function acquires Kerberos TGT and LDAP service ticket for
2546 * in /var/run/smb/user_ccache. An LDAP session is created using
2597 * Close all LDAP connections established during AD join.