[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: Trigger-like function
- To: Howard Chu <hyc@symas.com>
- Subject: Re: Trigger-like function
- From: Ervin Hegedüs <airween@gmail.com>
- Date: Mon, 24 Sep 2018 11:54:00 +0200
- Cc: openldap-technical@openldap.org
- Content-disposition: inline
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:content-transfer-encoding:in-reply-to :user-agent; bh=BFTF1loa0fFnbMxeywFF6PdoJwrp8o6l/PtxldQuqmc=; b=BaMGtOO7iPs0adPwGGQT7/9CVmaF4UJ+58PWlwTbOLAMbgiLG289TEXek2rQtSigcl ce2JxcfPZR4xwFCnz6w6hYnecbd3sp0neJNZ43Ooh7eI+N32uzTO7382WBG5uc+OuSqn 2UyQyr9gPClAdhLg68IHD+Tzo3s5AGsv9LhygGlz9C5kV7PSK3/cuioXhES2kL7RlKuZ gvtGtDGyHYbrcpA/UULDJ1hvcLiDGFgxxIW/R9wGQFTxzWA53KTNmKhMw3Mb7X7jBPf0 xKB6sL+RkI7lj+sK4eO9e4JLE7UNDuOH9S+ZHsO8CuCS+qDVKR72vyf53pT2uKH3rlj9 lRqQ==
- In-reply-to: <20180923192259.GA13618@arxnet.hu>
- References: <20180920083051.GA30926@arxnet.hu> <7ac2d1aa-f4d3-d269-dda2-b067253ce5ff@symas.com> <20180923192259.GA13618@arxnet.hu>
- User-agent: Mutt/1.5.24 (2015-08-30)
hi,
On Sun, Sep 23, 2018 at 09:22:59PM +0200, Ervin Hegedüs wrote:
> On Thu, Sep 20, 2018 at 02:11:43PM +0100, Howard Chu wrote:
> > Use the smbk5pwd overlay.
>
>
> I've tried it:
>
> dn: cn=module,cn=config
> cn: module
> objectClass: olcModuleList
> olcModulePath: /usr/lib/ldap/
> olcModuleLoad: smbk5pwd
>
>
> dn: olcOverlay=smbk5pwd,olcDatabase={1}mdb,cn=config
> changetype: add
> objectClass: olcSmbK5PwdConfig
> objectClass: olcOverlayConfig
> objectClass: olcConfig
> objectClass: top
> olcOverlay: smbk5pwd
> olcSmbK5PwdEnable: samba
>
> but when I changed the userPassword, the sambaNTPassword and
> sambaLMPassword attributes doesn't changed.
>
> What did I missed?
ok, looks like it works also in case of PasswordModify Extended
Option, like ppolicy overlay.
thanks,
a.