Differences between version 11 and predecessor to the previous major change of ActiveDirectoryAuthenticationNotes.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 11 | Last edited on Saturday, December 11, 2004 3:37:59 am | by BrianCain | Revert |
Older page: | version 10 | Last edited on Monday, July 19, 2004 9:05:39 pm | by PerryLorier | Revert |
@@ -3,9 +3,9 @@
My first attempt was using a pam smb module, and an apache pam module. This worked well, but had a couple of flaws:
* You could only have one /etc/pam.d/ file for apache, so if you wanted different styles of authentication you are out of luck. doh.
* the pam smb module doesn't support groups, so I couldn't have an area just for Teachers only.
-Oh well, scraped
that idea.
+Oh well, scrapped
that idea.
I looked at the smb modules for apache. This was a port of the pam_smb module to the apache api, didn't really gain me much, except it removed the limitation on one /etc/pam.d/ file for apache. Not that this really was much of a problem if you didn't have group support.
my final approach to the problem was an ldap authentication module for apache. This hit the nail on the head.