OpenSolaris: Difference between revisions
Jump to navigation
Jump to search
(→LDAP) |
No edit summary |
||
Line 17: | Line 17: | ||
-a preferredServerList=ldap1.csclub.uwaterloo.ca,ldap2.csclub.uwaterloo.ca \ |
-a preferredServerList=ldap1.csclub.uwaterloo.ca,ldap2.csclub.uwaterloo.ca \ |
||
-a defaultServerList=ldap1.csclub.uwaterloo.ca,ldap2.csclub.uwaterloo.ca |
-a defaultServerList=ldap1.csclub.uwaterloo.ca,ldap2.csclub.uwaterloo.ca |
||
== Kerberos == |
|||
Copy caffeine:/etc/krb5.conf to /etc/krb5/krb5.conf |
|||
In /etc/pam.conf, after |
|||
other auth required pam_unix_cred.so.1 |
|||
add |
|||
other auth required pam_krb5.so.1 |
|||
== External Links == |
== External Links == |
Revision as of 20:14, 18 January 2008
First, Solaris is drugs. Avoid it at all cost.
pkg-get
pkgadd -d http://www.blastwave.org/pkg_get.pkg
pkg-get -i gnupg pkg-get -i vim
LDAP
ldapclient manual -a credentialLevel=anonymous \ -a authenticationMethod=none \ -a defaultSearchBase=dc=csclub,dc=uwaterloo,dc=ca \ -a defaultSearchScope=sub \ -a domainName=csclub.uwaterloo.ca \ -a preferredServerList=ldap1.csclub.uwaterloo.ca,ldap2.csclub.uwaterloo.ca \ -a defaultServerList=ldap1.csclub.uwaterloo.ca,ldap2.csclub.uwaterloo.ca
Kerberos
Copy caffeine:/etc/krb5.conf to /etc/krb5/krb5.conf
In /etc/pam.conf, after
other auth required pam_unix_cred.so.1
add
other auth required pam_krb5.so.1