Displaying 3 results from an estimated 3 matches for "requretoken".
2018 Jul 13
3
A few questions and propostions on the samba architecture
...of trigger (or better filtered
subscriptions) for external scripts in samba
What I also have in mind with this architecture would be something like
password tokens, but keep in mind this is just a thought.
The password passed on to ldap auth could be, if the user has an
attriblue like "requreToken", stripped of like the last 6 chars, which
represent the token. The password is matched against the hased password
in the ldap user entry, the token is processed in an external app, if
both are a success, login is fine. This propably would require kerberos
tickets, as the password is const...
2018 Jul 13
0
A few questions and propostions on the samba architecture
...subscriptions) for external scripts in samba
>
> What I also have in mind with this architecture would be something like
> password tokens, but keep in mind this is just a thought.
>
> The password passed on to ldap auth could be, if the user has an
> attriblue like "requreToken", stripped of like the last 6 chars, which
> represent the token. The password is matched against the hased password
> in the ldap user entry, the token is processed in an external app, if
> both are a success, login is fine. This propably would require kerberos
> tickets, as t...
2018 Jul 13
5
A few questions and propostions on the samba architecture
Due to a few problems I encountered I had a tiny look at the samba code
and gut a few questions, statements and propositions. Please by all
means, correct me if I got something wrong.
1. besides filestore for shares and config 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