Commit Graph

14 Commits

Author SHA1 Message Date
b7731c1fc7 change paas to any admin user in init 2024-01-16 22:44:37 +00:00
68eebae8cf fix linting 2024-01-12 01:48:34 +00:00
0fe0fd97a6 consolidate package and config import,
fix ldap auth template,
add start script and systemd service
2024-01-11 00:07:35 +00:00
f556de9a0c add endpoints for session creation,
update package.json
2024-01-09 20:05:21 +00:00
213cf4a8fd add get all user and get all groups endpoints 2023-12-22 04:20:31 +00:00
ad271d010e implement group member endpoints 2023-12-21 01:48:46 +00:00
2e0497f1c1 add group endpoints,
improve comments for other endpoints
2023-12-19 08:07:10 +00:00
3d1834b5a2 remove admin userPassword read permission,
implement user add mod get del endpoints
2023-12-15 23:20:43 +00:00
485017b916 add prototypes of api routes 2023-12-14 00:25:08 +00:00
444ed847cd improve ldap wrapper return values 2023-12-01 23:06:15 +00:00
164f937b0a improve ldap return values,
fix addUserToGroup and delUser logic with user-group interaction
2023-11-30 04:28:49 +00:00
91092d554c implement group methods,
implement modUser
2023-11-28 00:20:54 +00:00
10116da900 fix openldap init script paas user token saving,
add config file with BASE_DN,
add async wrapper class for ldap client,
implement addUser getUser delUser,
add and implement addGroup delGroup methods
2023-11-17 19:49:11 +00:00
0896ea4c81 create openldap setup utilities,
prototype ldap api interface
2023-11-16 22:41:38 +00:00