5 pts.
Q:
linux server connect to windows active directory problems
Hi i have Linux server and i join it with windows client
i can see my linux domain in active directory but i can only see 50 users in each OU But i have more users but i cant see more than 50 users in each OU any body can help me

Software/Hardware used:
linux and windows 2003 server
ASKED: Nov 23 2009  8:16 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
65 pts.
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • Bookmark and Share
It would all depend on how you're domains are setup and how you're joining. If you're trying to sync an external OpenLDAP store with Active Directory you're going to have issues right off the bat. If you're using LDAP client on your Linux box to join to AD you'll have to make sure you've extended your AD schema to support the GID/UID attributes. Winbind however will see the entire AD DB.
Last Answered: Dec 7 2009  5:35 PM GMT by Darklinx   65 pts.
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Sonotsky   680 pts.  |   Dec 7 2009  4:05PM GMT

How are you seeing the members of the OU? AD Users & Computers, or via a Samba utility (presuming you’ve used Samba to join the domain)? If the latter, perhaps you have your idmap parameters in smb.conf set to too narrow of a range…? Just a guess.