|
From: Murray T. <mtr...@ce...> - 2006-07-24 01:32:33
|
On Sat, 2006-07-22 at 00:56 -0600, Anthony Chavez wrote:
> Murray Trainer <mtr...@ce...> writes:
>
> > On Wed, 2006-07-19 at 15:06 -0600, Anthony Chavez wrote:
> >> Anthony Chavez <ac...@an...> writes:
> >>
> >> > Hello, webadmin-list!
> >> >
> >> > I've currently got 3 deployments of Webmin (1.290, 1.260, and 1.250)
> >> > in conjuction with Samba 3.0.22 on FreeBSD 6.0-RELEASE-p4.
> >> >
> >> > I recently performed a successful upgrade from OpenLDAP version 2.2.30
> >> > to 2.3.24. After the upgrade was performed, two problems with the
> >> > LDAP Users and Groups module have surfaced on each of these
> >> > deployments.
> >>
> >> It would appear that there is some sort of incompatibility with the
> >> ACLs that I was using in my OpenLDAP 2.2 configuration (which used the
> >> deprecatd attr= syntax, and was chnaged to attrs= during the upgrade)
> >> that were not portable to 2.3. Webmin does not appear to be at
> >> fault after all. ;-)
> >
> > This rings a bell - I think I came across the attr(s) issue going from
> > SuSE 10.0 to SuSE 10.1.
>
> I realize that the degree of on-topic-ness for this subject on
> webadmin-list is minimal at best, but what was the workaround / fix
> you implemented to address this issue? I currently have all of my
> ACLs in slapd.conf commented-out until I can spend some time on it,
> which is of course, uncomfortable to say the least.
I think it only affected one of my ACL's - I just changed it to user
attrs as below:
access to attrs=userPassword,SambaLMPassword,SambaNTPassword
by self write
.
.
.
Murray
|