Displaying 2 results from an estimated 2 matches for "rabotesteu".
Did you mean:
rabotest
2006 Jun 02
2
Domain trusts regression (I hope) 3.0.21c -> 3.0.23pre1, rc1
...owing five AD domains:
RABOTEST.COM
AM.RABOTEST.COM
OC.RABOTEST.COM
AP.RABOTEST.COM
EU.RABOTEST.COM
There are trusts from the top level to all four regional realms.
My winbindd, in ADS mode, is joined to EU.RABOTEST.COM
In 3.0.21c, winbindd wbinfo -m gives me
RABOTEST
RABOTESTAP
RABOTESTAM
RABOTESTEU
RABOTESTOC
But in 3.0.23pre1 and rc1, I only get
RABOTEST
I hope this isn't the way it's *supposed* to work!
Has something changed that I can configure around?
Bob G
_____________________________________________________________
This email (including any attachments to it) is confident...
2006 Apr 05
0
winbind enum users = yes, but: is there a limit?
...winbind enum users = yes', mainly for performance and load
evaluation purposes, since my AD setup currently has 8500 or so users
and in production will have many more. Only *one* of those users has
uidNumber, gidNumber, set to make it usable in the Linux environment.
When I say
getent passwd RABOTESTEU-gautierb
I see the entry for that user, but if I say
getent passwd
I don't.
I notice that source/nsswitch/winbindd_user.c contains a constant
MAX_GETPWENT_USERS which is set to 500. Could that be biting me? It
looks as if that constant is simply a 'batch size' (max number of users...