On 10/6/06, Dave Richardson <[EMAIL PROTECTED]> wrote:
However, I'm seeing vadduser create a hierarchy of folders after about the first 80-100 users are added. Using subfolders A-z,0-9. I only have about 7,000 users to manage and would rather NOT subtree (whatever the term is) this user hierarchy.
Be sure your filesystem can handle this. Certain filesystems (ffs for example) can take a major performance hit with a large number of files in a single directory.
What logic controls when vadduser decides to subtree the folders for a particular domain?
When running configure: --disable-users-big-dir Disable hashing of user directories. -- Jon
