Letractively / webpasswordsafe

Automatically exported from code.google.com/p/webpasswordsafe
0 stars 0 forks source link

auto-create users when using an external authentication source #42

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Please describe desired steps of proposed new feature/enhancement:
1. The ability to auto-create a user entry upon successful authentication 
against an external source, i.e ldap

Currently for a user to be authorized to use the system a user account must 
exist or be created for them, regardless of the authentication scheme. A 
feature which auto-creates users, disabled of course, when using ldap for 
authentication would lesson the burden of having to create these users before 
hand, especially since the required information for generating a user entry is 
readily available.

User attribute Mapping:
Username -> uid
Full Name -> displayName or givenName & sn
Email -> mail

Original issue reported on code.google.com by da...@darins.net on 2 Jun 2011 at 8:54

GoogleCodeExporter commented 8 years ago
It would be better to custom define mapping attribute.

Original comment by mateusz....@budikom.net on 30 Jul 2012 at 12:41