Re: [ceph-users] Can't make LDAP work

2018-01-29 Thread Theofilos Mouratidis
Hello Matt, I am using luminous 12.2.2. I can find both accounts using both accounts as bindings e.g.: ldapsearch -x -D "CN=myuser,OU=Users,OU=Organic Units,DC=example,DC=com" -W -H ldaps://ldap.example.com:636 -b 'OU=Users,OU=Organic Units,DC=example,DC=com' 'cn=myuser' dn Enter LDAP Password: #

Re: [ceph-users] Can't make LDAP work

2018-01-26 Thread Matt Benjamin
Hi Theofilos, I'm not sure what's going wrong offhand, I see all the pieces in your writeup. The first thing I would verify is that "CN=cephs3,OU=Users,OU=Organic Units,DC=example,DC=com" see the users in ldaps://ldap.example.com:636, and that "cn=myuser..." can itself simple bind using standard

[ceph-users] Can't make LDAP work

2018-01-26 Thread Theofilos Mouratidis
They gave me a ldap server working with users inside, and I want to create tokens for these users to use s3 from their ldap credentials. I tried using the sanity check and I got this one working: ldapsearch -x -D "CN=cephs3,OU=Users,OU=Organic Units,DC=example,DC=com" -W -H