User Tools

Site Tools


archive_solaris_shell_service

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
archive_solaris_shell_service [2007/08/09 19:10] – argolin _bacamarchive_solaris_shell_service [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1
Line 1: Line 1:
-''argolin.xen.tardis.ed.ac.uk'' 
-  *  OpenSSH 
-  *  (Will be) Externally accessible 
-  *  Runs in xen instance on [[wotan]] 
- 
- 
-====== Configuration ====== 
- 
- 
-We need to get user information from the LDAP server and authenticate against it.  The following set up the basic configuration: 
-   
-  ldapclient manual -a authenticationMethod=none \ 
-  -a defaultSearchBase=dc=tardis,dc=ed,dc=ac,dc=uk \ 
-  -a defaultServerList=193.62.81.2 \ 
-  -a serviceAuthenticationMethod=pam_ldap:simple 
- 
-It appears that specifying the server as a host name isn't good enough; not sure why... 
- 
-You then need to edit ''/etc/pam.conf'' to use the ''pam_ldap'' module.  Entries such as 
-   
-  other   auth required            pam_unix_auth.so.1 
- 
-to 
-   
-  other   auth binding            pam_unix_auth.so.1 server_policy 
-  other   auth required           pam_ldap.so.1 
- 
- 
- 
-====== Issues ====== 
- 
-  *  Not mounting homedirs off [[nfs_service|NFS]] yet. 
- 
- 
- 
  
archive_solaris_shell_service.1186686619.txt.gz · Last modified: 2022/09/25 00:22 (external edit)