Hello,
Is there any easy way to deny some users a user html directory?
I was thinking, that the httpd.conf file could call to include a file when it is loading and setting up the userdirectorys options. If the file contained a list of users to deny, i.e.:
Disabled root jim john
this would do the trick, right? Does anyone know of an easier way to configure this?
We might be better of with a list of users to allow, rather than a list to deny. We will be using either LDAP authentication or will be configuring accounts via scripts.
Your input is appreciated. Thanks.
Is there any easy way to deny some users a user html directory?
I was thinking, that the httpd.conf file could call to include a file when it is loading and setting up the userdirectorys options. If the file contained a list of users to deny, i.e.:
Disabled root jim john
this would do the trick, right? Does anyone know of an easier way to configure this?
We might be better of with a list of users to allow, rather than a list to deny. We will be using either LDAP authentication or will be configuring accounts via scripts.
Your input is appreciated. Thanks.