OpenSolaris: Difference between revisions

From CSCWiki
Jump to navigation Jump to search
Line 10: Line 10:
== LDAP ==
== LDAP ==


ldapclient manual -a authenticationMethod=none \
ldapclient manual -a credentialLevel=anonymous \
-a authenticationMethod=none \
-a defaultSearchBase=dc=csclub,dc=uwaterloo,dc=ca \
-a defaultSearchBase=dc=csclub,dc=uwaterloo,dc=ca \
-a defaultServerList=ldap1.csclub.uwaterloo.ca
-a defaultServerList=ldap1.csclub.uwaterloo.ca

Revision as of 19:57, 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 defaultServerList=ldap1.csclub.uwaterloo.ca

External Links

https://www.cs.uwaterloo.ca/twiki/view/CF/ADAddSolaris10