| 146 | == Error Messages == |
| 147 | |
| 148 | === Generic errors === |
| 149 | * 1 - ERROR 1: UID and OU and DC match |
| 150 | * 2 - ERROR 2: UID and DC match but OU is different |
| 151 | * 3 - ERROR 3: UID matches but DC and OU are different |
| 152 | * 4 - ERROR 4: UID and OU match but DC is different |
| 153 | * 5 - ERROR 5: Uknonw user DN: |
| 154 | * 6 - ERROR 6: Cannot delete user: User is a admin for a group |
| 155 | * 7 - ERROR 7: Unknown group DN: |
| 156 | * 8 - ERROR 8: Group/project not deleted because it contains admin(s): |
| 157 | * 9 - ERROR 9: Cannot move users: different DCs |
| 158 | * 10 - ERROR 10: Missing OU LDIF entry |
| 159 | * 11 - ERROR 11: Missing group name attribute in OU entry |
| 160 | * 12 - ERROR 12: Missing objectClass attribute (organizationalUnit/organizationalRole/organizationalUnit) for: |
| 161 | === Group manipulation errors === |
| 162 | * 20 - ERROR 20: Group exists |
| 163 | * 21 = ERROR 21: Missing PI mail: |
| 164 | * 22 = ERROR 22: Missing PI ssh public key: |
| 165 | === User manipulation errors === |
| 166 | * 30 = ERROR 30: Missing username (UID) |
| 167 | * 31 = ERROR 31: Organization does not exist for this user. Missing organization LDIF entry |
| 168 | * 32 = ERROR 32: Missing user's email address |
| 169 | * 33 = ERROR 33: Missing user's ssh public key: |