search for: ldapserver2

Displaying 5 results from an estimated 5 matches for "ldapserver2".

Did you mean: ldapservers
2006 Aug 08
2
POLL: Does anyone actually use multiple passdb backends on the same server?
hello the passdb backend no longer accepts multiple backends in a chaining configuration since samba 3.0.23a . question: will the following confi still work? passdb backend = ldapsam://ldapserver1 ldapsam://ldapserver2 ? the idea is to use 2 ldap servers werner Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm
2012 Jun 20
8
Winbind Daemon fails to start, group shares no longer functioning
...ing to register passdb backend tdbsam Successfully added passdb backend 'tdbsam' Attempting to register passdb backend wbc_sam Successfully added passdb backend 'wbc_sam' Attempting to find a passdb backend to match ldapsam:"ldap://kerberos-ldap-server ldap://ldapserver1 ldap://ldapserver2 " (ldapsam) Found pdb backend ldapsam smbldap_search_domain_info: Searching for:[(&(objectClass=sambaDomain)(sambaDomainName=domain))] smbldap_search_ext: base => [dc=domain,dc=info], filter => [(&(objectClass=sambaDomain)(sambaDomainName=domain))], scope => [2] Substituting c...
2016 Apr 12
1
Slow authentication on C7
.../repo1> SSLRequireSSL AuthName "SVN Repo 1" AuthType Basic AuthLDAPBindDN cn=svnbind,cn=systemusers,dc=example,dc=com AuthLDAPBindPassword plaintextpassword AuthUserFile /etc/httpd/svnpasswd AuthLDAPURL "ldaps://ldapserver1.example.com/dc=example,dc=com?uid ldaps://ldapserver2.example.com/dc=example,dc=com?uid " AuthBasicProvider file ldap AuthzLDAPAuthoritative off AuthLDAPGroupAttribute member AuthLDAPGroupAttributeIsDN On # READ <Limit OPTIONS PROPFIND GET REPORT> Require ldap-group cn=dev,cn=groups,dc=example,dc=com Require ldap-gro...
2004 May 05
1
Using the same LDAP entry for posixAccount and
Hola Soy Maricela Debo realizar un proyecto de autenticacion de usuarios para una red interna de una empresa, esto se realizara en linux con Samba 3.0.2 y LDAP. Estube mirando este articulo porq me recomendaron usar: sambaSamAccount y posixAccount, pero tengo dudas. Queria preguntarte si me puedes ayudar: 1. El esquema jerarquico es definir el los componentes de domino y los objectclass
2016 Apr 12
2
Slow authentication on C7
James Hogarth wrote: > On 12 Apr 2016 16:29, "Scott Robbins" <scottro11 at gmail.com> wrote: >> On Tue, Apr 12, 2016 at 09:45:17AM +0200, Marcin Trendota wrote: >> > W dniu 11.04.2016 o 20:07, Scott Robbins pisze: <SNIP> > After various testing I ended up going with the Apache LDAP cache module > and doing the auth at the Apache level, not system. >