X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=server%2Fparameters;h=26e2892abe98b4c7d7584139696ef34bfbd00ebc;hb=75b9743b95672218a61811b03433c0ab6e00ec5c;hp=6ac1bc1042cbcbd77cb98dabd52fc08e69b42784;hpb=df1a9751a2d23cc9d43bf49c069ac9effc2a752f;p=matches%2FMCTX3420.git diff --git a/server/parameters b/server/parameters index 6ac1bc1..26e2892 100644 --- a/server/parameters +++ b/server/parameters @@ -22,12 +22,14 @@ pin_test="0" # Set to the URI to use authentication #auth_uri="ldap://192.168.1.1" #auth_uri="ldaps://ldap.pheme.uwa.edu.au" #UWA -auth_uri="/etc/shadow" +#auth_uri="/etc/shadow" +#auth_uri="shadow" # Set to the dn of the LDAP server -#ldap_base_dn="ou=People,dc=daedalus" # Testing -ldap_base_dn="ou=Users,ou=UWA,dc=uwads,dc=uwa,dc=edu,dc=au" #UWA +ldap_base_dn="ou=People,dc=daedalus" # Testing +#ldap_base_dn="ou=Users,ou=UWA,dc=uwads,dc=uwa,dc=edu,dc=au" #UWA ## OPTIONS TO BE PASSED TO SERVER; DO NOT EDIT -parameters="-v $verbosity -p $pin_test -A $auth_uri -d $ldap_base_dn" +parameters="-v $verbosity -p $pin_test" +# -A $auth_uri -d $ldap_base_dn"