Re: [Freeipa-users] AD Trust LDAP Compat mode w/ RHEL5/AIX

2015-05-13 Thread Gould, Joshua
I have default_domain_suffix = example.com in my [sssd] section of sssd.conf. On RHEL6/7 systems, I’m able to login or issue any other command without the suffix. Is it safe to assume it works the same in RHEL5? I also tried with domain in all lower case and all upper case as well. On 5/13/15,

Re: [Freeipa-users] AD Trust LDAP Compat mode w/ RHEL5/AIX

2015-05-13 Thread Gould, Joshua
I can login to a RHEL6/7 server as an IPA user and SU to an AD user and it works fine. I can also login directly as an AD user as well. For my RHEL5 system, I can login as a IPA user but can not su - or login as a AD user. -sh-3.2$ su - ad_user su: user goul09 does not exist As I mentioned

Re: [Freeipa-users] AD Trust LDAP Compat mode w/ RHEL5/AIX

2015-05-13 Thread Martin Kosek
On 05/12/2015 10:48 PM, Gould, Joshua wrote: Hopefully I¹m missing something simple. For an IPA user: $ ldapsearch -x ³((uid=ipa_user)(objectclass=posixAccount))² -b dc=ipa,dc=example,dc=com This returns a match. For an AD user: $ ldapsearch -x

Re: [Freeipa-users] AD Trust LDAP Compat mode w/ RHEL5/AIX

2015-05-13 Thread Alexander Bokovoy
On Wed, 13 May 2015, Gould, Joshua wrote: I can login to a RHEL6/7 server as an IPA user and SU to an AD user and it works fine. I can also login directly as an AD user as well. For my RHEL5 system, I can login as a IPA user but can not su - or login as a AD user. -sh-3.2$ su - ad_user su:

Re: [Freeipa-users] AD Trust LDAP Compat mode w/ RHEL5/AIX

2015-05-13 Thread Dmitri Pal
On 05/13/2015 09:24 AM, Gould, Joshua wrote: I have default_domain_suffix = example.com in my [sssd] section of sssd.conf. On RHEL6/7 systems, I’m able to login or issue any other command without the suffix. Is it safe to assume it works the same in RHEL5? I also tried with domain in all lower

Re: [Freeipa-users] AD Trust LDAP Compat mode w/ RHEL5/AIX

2015-05-13 Thread Gould, Joshua
Thank you. I had originally went with the RH documentation. I followed the guide and was able to get my RHEL5 client working. AIX6 is closer to working as well. On 5/13/15, 9:31 AM, Alexander Bokovoy aboko...@redhat.com wrote: Have you actually read the definitive guide we have?

Re: [Freeipa-users] AD Trust LDAP Compat mode w/ RHEL5/AIX

2015-05-12 Thread Gould, Joshua
Hopefully I¹m missing something simple. For an IPA user: $ ldapsearch -x ³((uid=ipa_user)(objectclass=posixAccount))² -b dc=ipa,dc=example,dc=com This returns a match. For an AD user: $ ldapsearch -x ³((uid=ad_user)(objectclass=posixAccount))² -b cn=compat,dc=ipa,dc=example,dc=com Does not

Re: [Freeipa-users] AD Trust LDAP Compat mode w/ RHEL5/AIX

2015-05-12 Thread Dmitri Pal
On 05/12/2015 04:48 PM, Gould, Joshua wrote: Hopefully I¹m missing something simple. For an IPA user: $ ldapsearch -x ³((uid=ipa_user)(objectclass=posixAccount))² -b dc=ipa,dc=example,dc=com This returns a match. For an AD user: $ ldapsearch -x ³((uid=ad_user)(objectclass=posixAccount))² -b

Re: [Freeipa-users] AD Trust LDAP Compat mode w/ RHEL5/AIX

2015-05-12 Thread Alexander Bokovoy
On Tue, 12 May 2015, Gould, Joshua wrote: We’re using IPA Server 4.1.0-18. We have a trust between IPA and AD with SID mapping. In our setup, AD would be example.com and IPA would be say ipa.example.com. I’m having some issues configuring both RHEL5 and AIX to work with the compat tree. In both