Hi
I have rebuild entire setup into a subdomain of the AD (ex linux.example.com) and I have now ipamaster01.linux.example.com and ipareplica01.example.com. I was able to establish the trust on the master, install the replica and added replica as a trust agent on the master. But there is still one thing I don;t understand: - if I run the #id <user> on the master I get a lot of information about that user (including all AD groups in which the user is in)
[root@ipamaster01 ~]# id alexc@example.com uid=748601137(alexc@example.com) gid=748601137(alexc@example.com) groups=748601137(alexc@example.com),748601193(s-infra@example.com),748601182(sqs-all@example.com),748601183(admins@example.com),748600513(domain users@example.com)
- same command, on the replica returns a limited set of information :
[root@ipareplica01 ~]# id alexc@example.com uid=748601137(alexc@example.com) gid=748601137(alexc@example.com) groups=748601137(alexc@example.com),748600513
is this the intended behavior ?