Displaying 1 result from an estimated 1 matches for "pudb".
Did you mean:
pud
2015 Feb 25
1
performance issue with large group and dbcheck / dc join
...up of
primary schools with 1000+ desktop and 10k accounts. The domain run
mostly ok except for some replications issues, however joining a new DC
just takes eons and so does dbcheck.
After some investigation into dbcheck (4.1.17) and some "human powered"
valgrind like evalution using pudb, I came to the conclusion that it was
the computation of the memberof attribute that was to blame. Disabling
that attribute check in the dbcheck code did solve the issue.
Actually there was a "pupils" group where all new pupils were
automaticaly added (and which had in fact no real us...