From dff3a939dd36d1dcd27b364993587b430a57b4d6 Mon Sep 17 00:00:00 2001 From: root <root@cluster-on-demand.cm.cluster> Date: Tue, 4 May 2021 12:20:46 -0500 Subject: [PATCH] Added new cheaha user: krish.94@hotmail.com --- groups/krish.94@hotmail.com.ldif | 6 ++++++ users/krish.94@hotmail.com.ldif | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 groups/krish.94@hotmail.com.ldif create mode 100644 users/krish.94@hotmail.com.ldif diff --git a/groups/krish.94@hotmail.com.ldif b/groups/krish.94@hotmail.com.ldif new file mode 100644 index 0000000..d9fde58 --- /dev/null +++ b/groups/krish.94@hotmail.com.ldif @@ -0,0 +1,6 @@ +dn: cn=krish.94@hotmail.com,ou=Group,dc=cm,dc=cluster +objectClass: top +objectClass: posixGroup +cn: krish.94@hotmail.com +gidNumber: 10013 + diff --git a/users/krish.94@hotmail.com.ldif b/users/krish.94@hotmail.com.ldif new file mode 100644 index 0000000..a3fc61e --- /dev/null +++ b/users/krish.94@hotmail.com.ldif @@ -0,0 +1,19 @@ +dn: uid=krish.94@hotmail.com,dc=cm,dc=cluster +uid: krish.94@hotmail.com +objectClass: inetOrgPerson +objectClass: posixAccount +objectClass: shadowAccount +loginShell: /bin/bash +uidNumber: 10013 +gidNumber: 10013 +cn: Morty Smith +homeDirectory: /home/krish.94@hotmail.com +shadowMin: 0 +shadowMax: 999999 +shadowWarning: 7 +shadowInactive: 0 +shadowExpire: 24837 +shadowLastChange: 18751 +sn: Morty Smith +mail: msmith@samltest.id + -- GitLab