Displaying 20 results from an estimated 38 matches for "smbk5pwd".
2012 Jun 01
3
Bad configuration file
....schema
include /etc/ldap/schema/nis.schema
include /etc/ldap/schema/inetorgperson.schema
include /etc/ldap/schema/samba.schema
include /etc/ldap/schema/ppolicy.schema
modulepath /usr/lib/ldap
moduleload back_bdbn
moduleload ppolicy.la
moduleload smbk5pwd.la
overlay smbk5pwd
smbk5pwd-enable samba
overlay ppolicy
ppolicy_default "ou=default,ou=policies,dc=my,dc=test"
ppolicy_use_lockout
ppolicy_hash_cleartext
Please help :(
Flake
--
C?dric CARLEN
?l?ve-ing?nieur ? TELECOM Lille 1
Promotion FI15
? 06.59.42.81.55
2008 Sep 08
0
wrong userPassword hash generated by smbpasswd (pam_password=exop and smbk5pwd ) on a samba+ldap PDC running on FreeBSD
...ear
pam_password exop
nss_base_passwd ou=People,dc=XXXX?one
nss_base_passwd ou=Hosts,dc=XXXX?one
nss_base_shadow ou=People,dc=XXXX?one
nss_base_group ou=Group,dc=XXXX?one
ssl start_tls
tls_checkpeer yes
--
/usr/local/etc/openldap/slapd.conf (the ldap server is on another box):
--
moduleload smbk5pwd.so
security tls=1
password-hash {CRYPT}
password-crypt-salt-format "$1$%.8s"
database bdb
#(...)
overlay smbk5pwd
--
2011 Nov 14
0
Overlays syncrepl and smbk5pwd
Hi,
I am using both syncrepl (for replication) and smbk5pwd (for password
synchronisation between samba and ldap account) overlays.
I have configured replication in the simplest way: a read-only producer
that forwards updates to the provider thought updateref.
If I change my password thought passwd command on a client with pam
modules configured for gai...
2012 Jun 07
1
FW: Bad configuration file
...? ? ? /etc/ldap/schema/inetorgperson.schema
>> include ? ? ? ? /etc/ldap/schema/samba.schema
>> include ? ? ? ? /etc/ldap/schema/ppolicy.schema
>>
>> modulepath ? ? ?/usr/lib/ldap
>> moduleload ? ? ?back_bdbn
>> moduleload ? ? ?ppolicy.la
>> moduleload ? ? ?smbk5pwd.la
>>
>> overlay smbk5pwd
>> smbk5pwd-enable samba
>>
>> overlay ppolicy
>> ppolicy_default "ou=default,ou=policies,dc=my,dc=test"
>> ppolicy_use_lockout
>> ppolicy_hash_cleartext
>>
>> Please help :(
>>
>> Flake
>...
2018 Dec 11
1
Authentification against kerberos / sssd
...ace my kerberos & ldap
>> setup with an AD server. Basically I only want to control access to the
>> handful of Samba shares.
>
> Your users should auth against openldap with exop control enabled.
> Openldap should handover the auth to kerberos. And then install
> slapo-smbk5pwd on your openldap server. This overlay will sync the samba
> passwords.
slapo-smbk5pwd is for heimdal kerberos server only. i use the MIT
kerberos server. There was a fork for MIT kerberos but i believe the
project is dead.
>
>
> Hint: I have never used sssd and i am sure i will never...
2008 Dec 15
2
pGINA and samba - authentication against LDAP userPassword field?
Hi,
Back to a while ago, someone mentioned about taking pGINA code to samba, so samba can work against LDAP authentication, but instead of using the sambaNTPassword and sambaLMPassword, this way samba can use the userPassword field directly.
This sounds very promissing because we can then just use one set of passwords. It may be not usable in a domain enviroment where machine accounts and other
2007 Aug 15
2
ldap passwd sync only
...http://www.nabble.com/ldap-passwd-sync-on-3.0.25a-tf4261008.html on
samba-3.0.25b-2.fc7.
When i set "ldap passwd
sync" to "only" and I change password on some ldap samba
user, password in attribute userPassword is never changed by samba daemon
(to update NT and LM password I use smbk5pwd overlay). If i set pwd
sync to "On", both attributes (NT&LM and
userPassword) was updated successfully. (I dont would use ldap passwd sync
to "On", because then I could not create user in usrmgr.exe with not defined
password (access denied error))
Is that behaviour correct?...
2011 Oct 13
3
Samba, OpenLDAP and Passwords
...ttribute SambaNTPassword (and the new password overwrites
the LDAP userPassword, thanks to the "ldap password sync = yes" directive in
smb.conf).
If I want to permit that a user can change his LDAP userPassword and align
it to the SambaNTPassword, I have seen that I can do it by using the
smbk5pwd overlay and pam_password exop.
But I do not know a method for using the existing LDAP userPassword for
Samba authentication: I do not want that all the users have to redefine
their passwords.
Someone of you knows a way for doing that?
Thank you in advance
2007 Aug 13
0
ldap passwd sync on 3.0.25a
I have an strange issue with ldap passwd sync = only
on FreeBSD 6.1 with Samba 3.0.25a + OpenLDAP 2.3.37
I have the OpenLDAP smbk5pwd overlay which successfuly
synchronizes LM and NT passwords:
$ ldappasswd -D 'cn=sambamgr,ou=managers,o=stars' -w sambapass -s
secret1 'uid=lacoste,ou=Users,ou=Accounts,o=stars'
Result: Success (0)
My OpenLDAP auditlog file confirms that smbk5pwd is working:
# modify 1187006837 o...
2007 Jul 14
0
strange behaviour of the "ldap passwd sync" option
Hi,
i'm trying to set up a samba (samba 3.0.25a) PDC with the ldapsam
backend on FreeBSD (FreeBSD 6.2) and i have some trouble with the "ldap
passwd sync" option.
I must say here that my goal is to use the ldap smbk5pwd overlay in
order to keep in sync the unix and samba password when the user change
his password from a unix workstation either via ldappaswd or passwd
(configuration file below)
Here is what i've observed so far:
* if i set in smb.conf, "ldap passwd sync = Only": when a user try
to mo...
2018 Dec 11
3
Authentification against kerberos / sssd
On 11.12.18 15:23, Rowland Penny via samba wrote:
> On Tue, 11 Dec 2018 15:09:39 +0100
> tseegerkrb via samba <samba at lists.samba.org> wrote:
>
>> Hello list,
>>
>> a quick question. Right now I have a combination of MIT Kerberos,
>> OpenLDAP and SSSD for authenticating my users. Is there a way that
>> Samba can use this setup to perform user
2013 Apr 04
1
classicupgrade from LDAP - failed to find Unix account for machine account
Hi all,
We have a somewhat crufty Samba 3 PDC NT-style domain backed on to an
OpenLDAP server that we use for both Linux and Windows 7 authentication,
thanks to the magic of ldapsam and smbk5pwd.
I am investigating the feasability of moving to Samba 4 and have tried
upgrading with the classicupgrade tool in both the Samba 4.0.0 packages in
Debian unstable and also with GIT v4-0-stable (b341371).
The current roadblock is that a machine account produces an error in the
migration:
init_...
2005 Sep 14
4
pam_ldap and Samba password change
Hi everybody,
i have set up a Samba PDC with LDAP Backend as described in this howto:
http://de.gentoo-wiki.com/Samba_PDC_mit_LDAP-Backend
Everything runs fine now. I also changed configuration of my linux boxes
to authenticate against the ldap server.
When i log in into windows and change my user password, the Unix
password of my user is also changed, when i type passwd on a linux box,
it
2008 Apr 01
1
Samba PDC, OpenLDAP, and passwd chat
Hey List,
I'm using Samba 3.0.24 and OpenLDAP 2.3.30 (with the ppolicy and
smbk5pwd overlays).
While testing Samba as a PDC with an OpenLDAP backend, I've hit a snag
on password change. I currently have the following in my smb.conf
related to password changes:
passwd program = /usr/bin/ldappasswd -x -W -S -D
uid=%u,ou=Users,dc=example,dc=com
passwd chat = &q...
2010 Feb 10
2
LDAP backend replication?
Hi to all!
I've set up Zimbra LDAP (2.4) as master, and I want to use RHEL v5 LDAP
(2.3) as a slave. This is relevant part of my slapd.conf on LDAP 2.3:
# syncrepl directives
syncrepl rid=101
provider=ldap://192.168.1.86
bindmethod=simple
binddn="uid=zimbra,cn=admins,cn=zimbra"
credentials=PASSword
searchbase="dc=company,dc=com"
schemachecking=on
2008 Apr 04
2
Samba 3.0.24 handling LDAP responses incorrectly
Hey list,
Recently I've gotten my Samba PDC to successfully use an OpenLDAP
backend, while using the smbk5pwd and ppolicy overlays for OpenLDAP.
However, Samba appears to incorrectly handle responses from LDAP's
ppolicy overlay, even though it very clearly receives them. If I enter
in a password (be it through Ctrl+Alt+Delete or when a password expires
and the user is prompted at logon) that violates...
2018 Dec 11
0
Authentification against kerberos / sssd
...t I don't want to replace my kerberos & ldap
> setup with an AD server. Basically I only want to control access to the
> handful of Samba shares.
Your users should auth against openldap with exop control enabled.
Openldap should handover the auth to kerberos. And then install
slapo-smbk5pwd on your openldap server. This overlay will sync the samba
passwords.
Hint: I have never used sssd and i am sure i will never do. For this
classic samba setup i prefer nslcd as pam and nss provider. Winbind will
also do.
If you are interesting i such a setup i am willing to help.
>
> Th...
2005 Jun 28
3
sync ldap samba passwds with heimdal kerberos passwds
How do I sync whem.
I have tryied out this in my smb.conf
unix password sync = yes
passwd program = /usr/sbin/kadmin -l passwd %u
passwd chat = "*Password:*" %n\n "*Password:*" %n\n "*"
But then i try to change a passwd in windows it rejects it, and
telling me that I dont have permissing to change the passwd.
Anyone solved this issue?
2005 Jul 25
1
Synchronization of passwords - ldap and samba
I've configured a LDAP/Samba server. I've got password syncing working partly:
-- windows client - users can change their password and pam_smbpass.so
will change the ldap password.
-- LDAP server - user logs on to LDAP server, the ldap password can be
changed and pam_smbpass.so will change the samba password.
Here is the problem. On the linux client, the user can change his
password
2005 Dec 21
1
samba and kerberos doubt
in our lab we have a kerberos + ldap server to authenticate the gnu/linux users and we have configured samba to work as a PDC authenticating the windows users.
samba stores the password in encrypted format in /etc/samba/smbpasswd. The problem is when the password is changed by windows users we need to change the password of kerberos credentials. Is there a way in samba in to do that i.e to