search for: ldapbind

Displaying 4 results from an estimated 4 matches for "ldapbind".

Did you mean: ldap_bind
2015 Aug 05
5
LDAP bindpw password
Hi. I'm using Samba 4 on two Zentyal servers as Domain Controller and now I have to authenticate some services to it (Apache and PAM in particular). The LDAP integration asks me for a LDAP bind password, but I cannot find out where it is on Zentyal. Is there a way to check (or change it) directly on Samba 4? Or is it preferable to authenticate against Active Directory or Kerberos? Thank you
2015 Aug 05
0
LDAP bindpw password
...beros_auth -s HTTP/hostname.internal.domain.tld at INTERNAL.DOMAIN.TLD auth_param negotiate children 10 startup=0 idle=1 a squid3 fall back to ldap - AD auth.!! auth_param basic program /usr/lib/squid3/basic_ldap_auth -R \ -b "OU=Users,DC=internal,DC=domain,DC=tld" \ -D ldapbind at internal.domain.tld -W /etc/squid3/private/ldapbind \ -f (|(userPrincipalName=%s)(sAMAccountName=%s)) \ -h hostname.internal.domain.tld and a squid fallback to LDAP Basic auth. auth_param basic program /usr/lib/squid3/basic_ldap_auth -v 3 \ -b "OU=Users,DC=interna...
2014 Mar 18
1
A record packet with illegal version was received.
...legal version was received. Here's the php script that tries to connect to the samba 4: <?php $ldap="samba.domain.com"; $usr="test at domain.com"; $pwd="s3cr3t"; $ds=ldap_connect($ldap); ldap_set_option(NULL, LDAP_OPT_DEBUG_LEVEL, 7); $ldapbind=false; if(ldap_set_option($ds, LDAP_OPT_PROTOCOL_VERSION, 3)) if(ldap_set_option($ds, LDAP_OPT_REFERRALS, 0)) if(ldap_start_tls($ds)) $ldapbind = ldap_bind($ds, $usr, $pwd); if(!$ldapbind) { echo "ERROR: "; echo ldap_error($ds);...
2006 May 23
0
LDAP Upgrades (both Unix and Samba)
...d home directory may be useful, though. Before doing the migration, I edited the "ldapmigrate" script and changed all occurances of "Group" to "Groups" for naming consistancy and to match the defaults of the LDAP Account Manager. Then do the migration... LDAPBIND="cn=root,dc=precidia" LDAPPASS="secret" LDAPBASE="dc=precidia" LDAPHOST="localhost" ldapmigrate -D $LDAPBIND -w $LDAPPASS -b $LDAPBASE -h $LDAPHOST --extschema --extconts --prepdb ldapmigrate -D $LDAPBIND -w $LDAP...