[389-users] Re: ACI limiting read to groups a user is member of

2020-02-17 Thread Grant Byers
On 18/2/20 7:56 am, William Brown wrote: > >> On 17 Feb 2020, at 19:25, thierry bordaz wrote: >> >> >> >> On 2/17/20 5:26 AM, Grant Byers wrote: >>> Got it.. >>> >>> >>> (userattr = "uniqueMember#USERDN") >> It allows a member of a groupofUniqueName to read/search that group. If you >> are also

[389-users] Re: winsync password problems

2020-02-17 Thread William Brown
Mark, any ideas what to look at next :S Besides actually trying to setup and reproduce it which I think would be the next step > On 18 Feb 2020, at 05:45, Alberto Viana wrote: > > Hi Guys, > > Setup another environment 389 1.4.1.14 + windows 2016, still not working, > exactly the

[389-users] Re: ACI limiting read to groups a user is member of

2020-02-17 Thread William Brown
> On 17 Feb 2020, at 19:25, thierry bordaz wrote: > > > > On 2/17/20 5:26 AM, Grant Byers wrote: >> Got it.. >> >> >> (userattr = "uniqueMember#USERDN") > It allows a member of a groupofUniqueName to read/search that group. If you > are also supporting GroupofName groups you may want to

Re: podman and mysql

2020-02-17 Thread Simon Colston
On 17/02/2020 19:56, Daniel Walsh wrote: On 2/17/20 2:49 PM, Simon Colston wrote: Fedora 31 Workstation I am running mysql in a container using podman.  After some experimenting I got it running with this command: podman run --detach --userns=keep-id \    --security-opt label=disable \

Re: NetworkManager and PEERDNS=no

2020-02-17 Thread Tom Horsley
On Mon, 17 Feb 2020 13:16:16 -0500 Tom Horsley wrote: > I guess I'll poke around some more and see if I can figure > out what the delay is all about. Ah-HA! Need to turn off STP on the bridge: nmcli con modify br0 bridge.stp no The original web page mentioned I could do that, but didn't say

Re: podman and mysql

2020-02-17 Thread Daniel Walsh
On 2/17/20 2:49 PM, Simon Colston wrote: > Fedora 31 Workstation > > I am running mysql in a container using podman.  After some > experimenting I got it running with this command: > > podman run --detach --userns=keep-id \ >    --security-opt label=disable \ >    --name=mysql \ >   

podman and mysql

2020-02-17 Thread Simon Colston
Fedora 31 Workstation I am running mysql in a container using podman. After some experimenting I got it running with this command: podman run --detach --userns=keep-id \ --security-opt label=disable \ --name=mysql \ --env="MYSQL_ROOT_PASSWORD=mysql" --publish 3306:3306 \

[389-users] Re: winsync password problems

2020-02-17 Thread Alberto Viana
Hi Guys, Setup another environment 389 1.4.1.14 + windows 2016, still not working, exactly the same behavior. :/ Cheers, Alberto Viana On Wed, Jan 29, 2020 at 8:19 PM Alberto Viana wrote: > William, > > Yes, *other* attributes are replicated to AD normally (in all versions > that I tested).

Re: NetworkManager and PEERDNS=no

2020-02-17 Thread Tom Horsley
On Sun, 16 Feb 2020 17:53:59 -0500 Tom Horsley wrote: > > # nmcli con mod net-eth0 ipv4.ignore-auto-dns yes > > Sounds like what I want, I've just resurrected an old > system and installed f31 so I can try experimenting > with network manager. I'll see how it goes. Thanks. I've been

Re: Automatic mount of external HDD.

2020-02-17 Thread Erik P. Olsen
On 2020-02-13 at 02:25:34 Mario Michele Macaluso wrote: > Il 12/02/20 22:28, Erik P. Olsen ha scritto: > > I have an external 2TB HDD which is defined in /etc/fstab so it is mounted > > at system > > boot time. I would like to be able to have it mounted automatically with > > the same > > mount

Firefox view is 20% bigger since yesterday updates

2020-02-17 Thread Frederic Muller
Hi! Did updates yesterday (or Saturday.. more likely) and suddenly Firefox got 20% bigger. I've installed an extension to automatically reduce all tab sizes to 80% but it doesn't work consistently. I was wondering if i was the only one and if there was a more reasonable fix than the addon I'm

Re: systemd-tty-ask-password-agent?

2020-02-17 Thread Tom H
On Sun, Feb 16, 2020 at 10:25 PM stan via users wrote: > On Sun, 16 Feb 2020 13:41:06 -0500 > Tom Horsley wrote: >> >> An infection seems to be spreading in systemd. First >> I saw dhcpd taking forever to shut down: >> >> https://bugzilla.redhat.com/show_bug.cgi?id=1768604 >> >> Now I just saw

Re: NetworkManager and PEERDNS=no

2020-02-17 Thread Tom H
On Sun, Feb 16, 2020 at 8:37 PM Tom Horsley wrote: > > I keep seeing signs that "network" will someday disappear > entirely and I'll be forced to use NetworkManager, so the > first question I haven't been able to find an answer > for: > > What is the "proper" way to setup a network connection >

[389-users] Re: ACI limiting read to groups a user is member of

2020-02-17 Thread thierry bordaz
On 2/17/20 5:26 AM, Grant Byers wrote: Got it.. (userattr = "uniqueMember#USERDN") It allows  a member of a groupofUniqueName to read/search that group. If you are also supporting GroupofName groups you may want to add the bind rule (userasttr="member#userDN"). With this rule, targetfilter