User Tools

Site Tools


ldap_integration

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
ldap_integration [2009/08/14 09:10] – Added code for pam_cgiar_ldap.c aorthldap_integration [2009/08/14 09:34] aorth
Line 2: Line 2:
  
 ILRI uses an Active Directory server for user authentication, which is primarily used for Exchange e-mail services.  Currently users have an Active Directory username and password for their Windows-centric single sign on and e-mail, and then they have a separate account for use with the HPC.  There exists functionality in Linux to look at Active Directory for user authentication. ILRI uses an Active Directory server for user authentication, which is primarily used for Exchange e-mail services.  Currently users have an Active Directory username and password for their Windows-centric single sign on and e-mail, and then they have a separate account for use with the HPC.  There exists functionality in Linux to look at Active Directory for user authentication.
-~~NOLINEBREAK~~+
 <code c> <code c>
 #define DEFAULT_USER "nobody" #define DEFAULT_USER "nobody"
Line 150: Line 150:
 PAM_EXTERN PAM_EXTERN
  
-int pam_sm_authenticate(pam_handle_t *pamh,int flags,int argc +int pam_sm_authenticate(pam_handle_t *pamh,int flags,int argc,const char **argv)
- +
- ,const char **argv)+
  
 { {
ldap_integration.txt · Last modified: 2012/02/06 08:43 by aorth