We have Apache/2.2.21 running on Solaris 10 (Intel) and are authenticating users against a Windows active directory. We have allowed access for several groups (ldap-group) and individual users (ldap-user) and in most cases it works. However, it one paricular case when we try to access the web server, we get the error message
user logservice not found: /
We use can same user to log into the domain using a terminal server session.
From my pespective, this all says the user exists, the password is correct and the account is not locked. My assumption is that there is some permission that users need in order to authenticate in this fashion or the account Apache uses to bind is not authorized to read the data from this particular user.
I do not have access to the event logs, because the AD server is managed by a different department, so I have no idea how the AD reacts when the connection is made. Naturally the other department insists the user is configured correctly. The lines for the individual users in httpd.conf is identical for this user and for others that work:
Require ldap-user logservice
Require ldap-user serb122
Require ldap-user rair120
I would be extremely grateful for any suggestions of where to look.
user logservice not found: /
We use can same user to log into the domain using a terminal server session.
From my pespective, this all says the user exists, the password is correct and the account is not locked. My assumption is that there is some permission that users need in order to authenticate in this fashion or the account Apache uses to bind is not authorized to read the data from this particular user.
I do not have access to the event logs, because the AD server is managed by a different department, so I have no idea how the AD reacts when the connection is made. Naturally the other department insists the user is configured correctly. The lines for the individual users in httpd.conf is identical for this user and for others that work:
Require ldap-user logservice
Require ldap-user serb122
Require ldap-user rair120
I would be extremely grateful for any suggestions of where to look.