Home ›
Kerberos user creation and password changes for Agaric test sitesKerberos user creation and password changes for Agaric test sites
Submitted by Benjamin Melançon on April 16, 2010 - 5:40am
Searched words:
agaric webauth
LDAP kerberos kadmin admin clik
admin.local: add prinp
kadmin.local: Unknown request "add". Type "?" for a request list.
addprinp
client access to test server demo sites
authentication of user for seeing test site
krb password
agaric test server access user authenticating login
Everyday use
You can change your password at https://agariclabs.net/krb/passwd
Initial setup of a user via the command line
These commands can be run on Agaric's test server, simone.mayfirst.org.
First, to see if a username already exists, you can list them with listprincs:
sudo kadmin.local
listprincsThen, if the user is not present, create the user.
sudo kadmin.local Authenticating as principal ldap/admin@MAYFIRST.ORG with password. addprinc exampusername WARNING: no policy specified for exampusername@MAYFIRST.ORG; defaulting to no policy Enter password for principal "exampusername@MAYFIRST.ORG": Re-enter password for principal "exampusername@MAYFIRST.ORG": Principal "exampusername@MAYFIRST.ORG" created. kadmin.local: exit
To change password
Once inside kadmin.local,
cpw exampusername
To get more help, type simply ?


Comments
Post new comment