<<O>>  Difference Topic Accounts (r1.3 - 30 Aug 2005 - ChristopherWamble?)

META TOPICPARENT PAWN

Account types in PAWN

 <<O>>  Difference Topic Accounts (r1.2 - 12 May 2005 - MikeSmorul)

META TOPICPARENT PAWN
Changed:
<
<

Account types in PAWN

>
>

Account types in PAWN


Changed:
<
<
>
>

RoleRecords Creator
Producer
Records ManagerSystem Admin
Changed:
<
<
Set attachment points X
>
>
Set attachment points/create divisions X X

build packages X
registers packages X
Changed:
<
<
Approves Packages X
Archive Packages X
>
>
Approves Packages X X
Archive Packages X

Create Accounts X X
Line: 19 to 20

keytool -genkey -alias pawn -keystore keystore_file.keystore

ex:

Changed:
<
<
keytool -genkey -alias pawn -keystore rick.keystore
>
>
[toaster@loach ~]$ keytool -genkey -alias pawn -keystore rick.keystore

Enter keystore password: password
Changed:
<
<
What is your first
>
>
What is your first and last name?

[Unknown]: Rick Lopez
Changed:
<
<
... ... ...
>
>
What is the name of your organizational unit? [Unknown]: ERA What is the name of your organization? [Unknown]: NARA What is the name of your City or Locality? [Unknown]: College Park What is the name of your State or Province? [Unknown]: MD What is the two-letter country code for this unit? [Unknown]: US Is CN=Rick Lopez, OU=ERA, O=NARA, L=College Park, ST=MD, C=US correct? [no]: yes

Added:
>
>
Enter key password for (RETURN if same as keystore password):


2. Get keystore serial number

keytool -list -v -keystore keystore_file.keystore

Changed:
<
<
look for 'Serial number:'
>
>
[toaster@loach ~]$ keytool -list -v -keystore rick.keystore
Enter keystore password:  password
 
Keystore type: jks
Keystore provider: SUN
 
Your keystore contains 1 entry
 
Alias name: pawn
Creation date: May 12, 2005
Entry type: keyEntry
Certificate chain length: 1
Certificate[1]:
Owner: CN=Rick Lopez, OU=ERA, O=NARA, L=College Park, ST=MD, C=US
Issuer: CN=Rick Lopez, OU=ERA, O=NARA, L=College Park, ST=MD, C=US
Serial number: 42838a27
Valid from: Thu May 12 12:53:59 EDT 2005 until: Wed Aug 10 12:53:59 EDT 2005
Certificate fingerprints:
         MD5:  F8:4C:4A:D3:8F:6C:2B:AC:D9:97:54:0E:17:D8:68:4B
         SHA1: 4B:40:D9:E0:EC:69:4B:5D:20:82:7E:FA:4C:07:E1:D1:4D:14:10:D8
 
 
*******************************************
*******************************************

Changed:
<
<
3. Register and create account in PAWN as administrator Admin -> Acccounts
>
>
3. Register and create account in PAWN as administrator. In the menu, go to 'Admin' -> 'Acccounts'

Name: short name
Serial: serial from keystore
Description: Full name, etc.
Group Membership: select groups to add to

Changed:
<
<
4. Add new group
Admin -> Groups
>
>
acctadd.png

Groups in PAWN

Accounts can be bundled together into groups to make assigning permissions to attachment points easier. Groups can be crated using

4. As as admin, you can add new groups going to 'Admin' -> 'Groups' in the menu

groups.png


-- MikeSmorul - 12 May 2005

Added:
>
>
META FILEATTACHMENT acctadd.png attr="h" comment="" date="1115917167" path="acctadd.png" size="7218" user="MikeSmorul" version="1.1"
META FILEATTACHMENT groups.png attr="h" comment="" date="1115917565" path="groups.png" size="6192" user="MikeSmorul" version="1.1"
 <<O>>  Difference Topic Accounts (r1.1 - 12 May 2005 - MikeSmorul)
Line: 1 to 1
Added:
>
>
META TOPICPARENT PAWN

Account types in PAWN

RoleRecords Creator
Producer
Records ManagerSystem Admin
Set attachment points X
build packages X
registers packages X
Approves Packages X
Archive Packages X
Create Accounts X X

Account Creation

1. Create keystore

keytool -genkey -alias pawn -keystore keystore_file.keystore

ex: keytool -genkey -alias pawn -keystore rick.keystore Enter keystore password: password What is your first [Unknown]: Rick Lopez ... ... ...

2. Get keystore serial number

keytool -list -v -keystore keystore_file.keystore

look for 'Serial number:'

3. Register and create account in PAWN as administrator Admin -> Acccounts

Name: short name
Serial: serial from keystore
Description: Full name, etc.
Group Membership: select groups to add to

4. Add new group
Admin -> Groups

-- MikeSmorul - 12 May 2005

View topic | Diffs | r1.3 | > | r1.2 | > | r1.1 | More
Revision r1.1 - 12 May 2005 - 15:30 - MikeSmorul
Revision r1.3 - 30 Aug 2005 - 17:34 - ChristopherWamble?