Displaying 4 results from an estimated 4 matches for "asdfadsfa".
2020 Sep 01
2
using %d as a variable in the ldap search base
...as access to the user credentials.
> (Advantage of this method, you can limit ldap lookups eg do not have to
> do 2nd for the userdb)
>
> debug_level = 1
> uris = ldaps://ldap.local:8443
> dn = cn=aaaa,cn=bbbbb,ou=ccccc,dc=dddd,dc=eeee,dc=local
> dnpass = xxxx
> base = ou=asdfadsfa,ou=hhhh,ou=ggg,dc=fffff,dc=eeee,dc=local
> scope = subtree
>
> user_filter = (&(objectClass=posixAccount)(uid=%u)
> pass_attrs =
> uid=user,userPassword=password,host=host,homeDirectory=userdb_home,uidNu
> mber=userdb_uid,gidNumber=userdb_gid
>
> However I did not hav...
2020 Aug 31
2
using %d as a variable in the ldap search base
Hi,
I'm trying to configure dovecot to use LDAP authentication directly,
and I'm having a bit of trouble. I have a somewhat unusual setup, in
that I have an LDAP directory that has 3 OUs each of which have their
own set of users, some of which overlap. As I was trying to figure
things out, I was setting the search base in my
/etc/dovecot/dovecot-ldap.conf.ext file which is referenced
2020 Aug 31
0
using %d as a variable in the ldap search base
...use the
method where a single account has access to the user credentials.
(Advantage of this method, you can limit ldap lookups eg do not have to
do 2nd for the userdb)
debug_level = 1
uris = ldaps://ldap.local:8443
dn = cn=aaaa,cn=bbbbb,ou=ccccc,dc=dddd,dc=eeee,dc=local
dnpass = xxxx
base = ou=asdfadsfa,ou=hhhh,ou=ggg,dc=fffff,dc=eeee,dc=local
scope = subtree
user_filter = (&(objectClass=posixAccount)(uid=%u)
pass_attrs =
uid=user,userPassword=password,host=host,homeDirectory=userdb_home,uidNu
mber=userdb_uid,gidNumber=userdb_gid
However I did not have any issues authenticating against ldap...
2020 Sep 01
0
using %d as a variable in the ldap search base
...has access to the user credentials.
> (Advantage of this method, you can limit ldap lookups eg do not have
> to do 2nd for the userdb)
>
> debug_level = 1
> uris = ldaps://ldap.local:8443
> dn = cn=aaaa,cn=bbbbb,ou=ccccc,dc=dddd,dc=eeee,dc=local
> dnpass = xxxx
> base = ou=asdfadsfa,ou=hhhh,ou=ggg,dc=fffff,dc=eeee,dc=local
> scope = subtree
>
> user_filter = (&(objectClass=posixAccount)(uid=%u)
> pass_attrs =
> uid=user,userPassword=password,host=host,homeDirectory=userdb_home,uid
> Nu
> mber=userdb_uid,gidNumber=userdb_gid
>
> However I did no...