ANSWER:
I have servers bound to AD.
Once bound, users can login.
Rather than automagically create directories, I use…
mkdir usersdir
chown -R username usersdir
I have a script that converts my class rousters into command line instructions.
ftp won’t drop them into their homedir, but I changed the ftp root to be the top user dir.
QUESTION?
While I can’t get Apache security “realms” to work with AD users, it doesn’t seem to work with groups. Anyone know how to fix that?
Comments are closed