Displaying 4 results from an estimated 4 matches for "authentikation".
Did you mean:
authentication
2024 May 14
1
Samba with external SSO
Hi!
My goal is to connect Authentik to Samba (running on Ubuntu).
What I tried (with no success):
- Samba directly to the LDAP outpost (as Authentik can expose it's internal DB like that): this would/will work but Authentik can't use the Samba scheme at the moment.
- Samba -> PAM -> sssd -> LDAP outpost: in theory this worked a long time ago (SMBv1?) but as the password is not
2024 May 14
1
Samba with external SSO
On Tue, 14 May 2024 07:29:25 +0000
Gerg? V?ri via samba <samba at lists.samba.org> wrote:
> Hi!
>
> My goal is to connect Authentik to Samba (running on Ubuntu).
>
> What I tried (with no success):
> - Samba directly to the LDAP outpost (as Authentik can expose it's
> internal DB like that): this would/will work but Authentik can't use
> the Samba scheme at
2024 May 14
1
Samba with external SSO
>That should tell you something.
You're absolutely right on that.
>> - Samba + (sssd) + Winbind + LDAP? Couldn't try this one, as I seen
>> that basically sssd=Winbind (yet there WAS a module for Winbind to
>> use sssd?)
>
>The winbind daemon came first and is used to connect Samba to AD, from
>my understanding it was mostly written by one person. That
2007 Jun 18
3
decode_pw_buffer: incorrect password length
Hello list
I have a problem that i am confronting for long time and i dont get a result.
We use samba 3.0.24 (also tried other versions) with openldap and the
smbldap-tools on Suse Linux SLES9.
We use openldap for user authentikation for samba (objectClass:
sambaSamAccount) and other application like email, apache, squid
(objectClass: shadowAccount and objectClass: posixAccount).
My scope is to have syncroniced the passwords and the expire-date for
samba- and shadow-Accounts.
My problem: when a user changes his passwor...