Searched refs:xauth_ldap_config (Results 1 – 3 of 3) sorted by relevance
117 struct xauth_ldap_config xauth_ldap_config; variable805 xauth_ldap_config.pver = 3; in xauth_ldap_init_conf()806 xauth_ldap_config.host = NULL; in xauth_ldap_init_conf()807 xauth_ldap_config.port = LDAP_PORT; in xauth_ldap_init_conf()808 xauth_ldap_config.base = NULL; in xauth_ldap_init_conf()809 xauth_ldap_config.subtree = 0; in xauth_ldap_init_conf()810 xauth_ldap_config.bind_dn = NULL; in xauth_ldap_init_conf()811 xauth_ldap_config.bind_pw = NULL; in xauth_ldap_init_conf()812 xauth_ldap_config.auth_type = LDAP_AUTH_SIMPLE; in xauth_ldap_init_conf()813 xauth_ldap_config.attr_user = NULL; in xauth_ldap_init_conf()[all …]
628 xauth_ldap_config.pver = $2;637 if (xauth_ldap_config.host != NULL)638 vfree(xauth_ldap_config.host);639 xauth_ldap_config.host = vdup($2);648 xauth_ldap_config.port = $2;657 if (xauth_ldap_config.base != NULL)658 vfree(xauth_ldap_config.base);659 xauth_ldap_config.base = vdup($2);668 xauth_ldap_config.subtree = $2;677 if (xauth_ldap_config.bind_dn != NULL)[all …]
159 struct xauth_ldap_config { struct175 extern struct xauth_ldap_config xauth_ldap_config; argument