search for: get_next_free_uid

Displaying 6 results from an estimated 6 matches for "get_next_free_uid".

2018 Jul 13
5
A few questions and propostions on the samba architecture
...files samba uses ldb as an exclusive storage backend 1. LDB supports TDB, LDAP and SQLITE3 backend 2. Samba hard codes to TDB files like "sam.ldb" 2. ldap does not support any server side actions 1. Not possible to implement "on create class user uidNumber=get_next_free_uid()" 2. Only possible to define required/optional attributes 3. ldap service is provided trough ldb-ldap -> tdb I don't know if it is a good idea, but when using something like sqlite3 it would be possible to use "CREATE TRIGGER", to perform some automation magic on...
2018 Jul 13
1
A few questions and propostions on the samba architecture
...ackend > > 1. LDB supports TDB, LDAP and SQLITE3 backend > > 2. Samba hard codes to TDB files like "sam.ldb" > > 2. ldap does not support any server side actions > > 1. Not possible to implement "on create class user > > uidNumber=get_next_free_uid()" > > 2. Only possible to define required/optional attributes > > 3. ldap service is provided trough ldb-ldap -> tdb > > > > I don't know if it is a good idea, but when using something like > > sqlite3 it would be possible to use "CREATE TR...
2018 Jul 13
1
A few questions and propostions on the samba architecture
..." > There is ongoing work to use LDAP instead of LDB, but it is very much a > WIP, I do not know of any woek to use SQLITE3. > >> 2. ldap does not support any server side actions >> 1. Not possible to implement "on create class user >> uidNumber=get_next_free_uid()" > Well no, but you can add a couple of attributes (Which are added and > used if you create users & groups from Windows ADUC) and then write a > script around 'samba-tool user create' > >> 2. Only possible to define required/optional attributes > Not s...
2018 Jul 13
0
A few questions and propostions on the samba architecture
...; exclusive storage backend > 1. LDB supports TDB, LDAP and SQLITE3 backend > 2. Samba hard codes to TDB files like "sam.ldb" > 2. ldap does not support any server side actions > 1. Not possible to implement "on create class user > uidNumber=get_next_free_uid()" > 2. Only possible to define required/optional attributes > 3. ldap service is provided trough ldb-ldap -> tdb > > I don't know if it is a good idea, but when using something like sqlite3 > it would be possible to use "CREATE TRIGGER", to perform...
2018 Jul 13
0
A few questions and propostions on the samba architecture
...TDB files like "sam.ldb" There is ongoing work to use LDAP instead of LDB, but it is very much a WIP, I do not know of any woek to use SQLITE3. > 2. ldap does not support any server side actions > 1. Not possible to implement "on create class user > uidNumber=get_next_free_uid()" Well no, but you can add a couple of attributes (Which are added and used if you create users & groups from Windows ADUC) and then write a script around 'samba-tool user create' > 2. Only possible to define required/optional attributes Not sure what you mean here, sur...
2018 Jul 13
3
A few questions and propostions on the samba architecture
...ackend >> 1. LDB supports TDB, LDAP and SQLITE3 backend >> 2. Samba hard codes to TDB files like "sam.ldb" >> 2. ldap does not support any server side actions >> 1. Not possible to implement "on create class user >> uidNumber=get_next_free_uid()" >> 2. Only possible to define required/optional attributes >> 3. ldap service is provided trough ldb-ldap -> tdb >> >> I don't know if it is a good idea, but when using something like sqlite3 >> it would be possible to use "CREATE TRIGGE...