Displaying 1 result from an estimated 1 matches for "reesult".
Did you mean:
result
2004 Mar 02
1
Réf. : Re: using a master ldap server and a slave ldap server for one samba server
...e:
>
> >
> >
> >
> >
> > Hi,
> >
> > I would like to make this :
> >
> > passwd backend : ldapsam:ldap://127.0.0.1, ldapsam:ldap://10.217.7.14
Oops! I meant to add that the configuration above will result in both LDAP
servers being contacted reesulting in a doubling up of all account
entries.
- John T.
>
> Change that to:
>
> passwd backend = ldapsam:"ldap://127.0.0.1 ldap://10.217.7.14"
>
> Note the specific use of the double quotes.
>
> - John T.
>
> >
> > The ldap server on 127.0.0.1 is t...