Changes between Version 9 and Version 10 of Software/eAM/oFedAcc


Ignore:
Timestamp:
Aug 5, 2014, 3:08:51 PM (10 years ago)
Author:
seskar
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Software/eAM/oFedAcc

    v9 v10  
    66This AM group is enabling remote account management. Users can belong to multiple groups
    77
    8 ==== deleteGroup - Delete delegated group ====
     8=== deleteGroup - Delete delegated group ===
    99
    1010{{{
     
    2222}}}
    2323
    24 ==== getGroupsAndUsers - Get all delegated users and groups ====
     24=== getGroupsAndUsers - Get all delegated users and groups ===
    2525
    2626{{{
     
    3535}}}
    3636
    37 ==== changeGroupAdmin - Change the leader of the group ====
     37=== changeGroupAdmin - Change the leader of the group ===
    3838
    3939{{{
     
    5454}}}
    5555
    56 ==== addUserForm - Show the form for uploading the new user LDIF ====
     56=== addUserForm - Show the form for uploading the new user LDIF ===
    5757
    5858{{{
     
    6262}}}
    6363
    64 ==== saveForm - process the new user LDIF ====
     64=== saveForm - process the new user LDIF ===
    6565
    6666{{{
     
    7070}}}
    7171
    72 ==== deleteUser - Delete user ====
     72=== deleteUser - Delete user ===
    7373
    7474{{{
     
    8686}}}
    8787
    88 ==== moveUser - Change users primary group ====
     88=== moveUser - Change users primary group ===
    8989
    9090{{{
     
    105105}}}
    106106
    107 ==== addUserToGroup - Add user to the secondary group/project ====
     107=== addUserToGroup - Add user to the secondary group/project ===
    108108
    109109{{{
     
    124124}}}
    125125
    126 ==== deleteGroupUser - Delete user from the secondary group/project ====
     126=== deleteGroupUser - Delete user from the secondary group/project ===
    127127
    128128{{{
     
    144144
    145145
    146 == Error Messages ==
    147 
    148 === Generic errors ===
     146=== Error Messages ===
     147
     148==== Generic errors ====
    149149 1. ERROR 1: UID and OU and DC match
    150150 2. ERROR 2: UID and DC match but OU is different
     
    160160 12. ERROR 12: Missing objectClass attribute (organizationalUnit/organizationalRole/organizationalUnit) for:
    161161 13. ERROR 17: Missing PI entry
    162 === Group manipulation errors ===
     162==== Group manipulation errors ====
    163163 20. ERROR 20: Group exists
    164164 21. ERROR 21: Missing PI mail:
    165165 22. ERROR 22: Missing PI ssh public key:
    166 === User manipulation errors ===
     166==== User manipulation errors ====
    167167 30. ERROR 30: Missing username (UID)
    168168 31. ERROR 31: Organization does not exist for this user. Missing organization LDIF entry
     
    170170 33. ERROR 33: Missing user's ssh public key:
    171171
    172 == GENI Extension Schema for LDAP ==
     172=== GENI Extension Schema for LDAP ===
    173173
    174174In order to automate delegated account creation/deletion, the AM uses following LDAP schema extension (in this example stored in file: '''geni.schema'''):