On Mon, Oct 22, 2018 at 8:04 AM Angel Elena <[email protected]> wrote: > -----Mensaje original----- > De: Mike Jumper <[email protected]> > Enviado: Lun 22-10-2018 16:59 > Asunto: Re: ldap question > Para: [email protected]; > > On Mon, Oct 22, 2018, 07:57 Angel Elena <[email protected] > > <mailto:[email protected]> > wrote: > > Hi Mike, thanks for the info. > > > > I removed the config lines and local auth works now and the openLdap > auth works > > also, but when i logging with the username angel (ldap), no servers > displayed. > > > > > > Where are your connections stored? In LDAP? In a database? > > > > - Mike > > > > > > The connections are stored in ldap server: > > root@asterisk:~# ldapsearch -h localhost -p 389 -x -b "dc=craem,dc=net" > > . > . > . > . > > # zeus, craem.net > dn: cn=zeus,dc=craem,dc=net > objectClass: guacConfigGroup > objectClass: groupOfNames > cn: zeus server > cn: zeus > guacConfigProtocol: ssh > guacConfigParameter: hostname=zeus > guacConfigParameter: port=22 > member: cn=angel,ou=zarafa-users,dc=craem,dc=net > > According to what you've posted, the DN of this user is "cn=Angel Elena,cn=zarafa-users,dc=craem,dc=net", not "cn=angel,ou=...". The DN specified in the member attribute here will not match.
- Mike
