[SSSD-users]Re: Nuisance-level extraneous logging in /var/log/sssd/krb5_child.log file. How to suppress?

2024-07-25 Thread Alexey Tikhonov
> On Wed, Jul 24, 2024 at 1:04 PM Alexey Tikhonov > wrote: > >> >> >> On Wed, Jul 24, 2024 at 6:29 PM Spike White >> wrote: >> >>> Alexey, >>> >>> Again, thanks for replying. >>> >>> I put >>> >&

[SSSD-users]Re: Nuisance-level extraneous logging in /var/log/sssd/krb5_child.log file. How to suppress?

2024-07-24 Thread Alexey Tikhonov
exception of proxy_child, not sure). I think the fix should be to inherit from the domain section (as it happens with debug_level), Please, open a ticket upstream. > > Spike > > On Wed, Jul 24, 2024 at 10:24 AM Alexey Tikhonov > wrote: > >> >> >> On Wed

[SSSD-users]Re: Nuisance-level extraneous logging in /var/log/sssd/krb5_child.log file. How to suppress?

2024-07-24 Thread Alexey Tikhonov
/var/log/sssd/krb5_child.log. Is there another section of sssd.conf in > which we should be setting this? > ldap_/krb5_child "inherit" debug settings from [domain/...] section. > Spike > > On Wed, Jul 24, 2024 at 4:16 AM Alexey Tikhonov > wrote: > >> Hi, >&

[SSSD-users]Re: Nuisance-level extraneous logging in /var/log/sssd/krb5_child.log file. How to suppress?

2024-07-24 Thread Alexey Tikhonov
Hi, what SSSD version is this? I think it should be fixed by https://github.com/SSSD/sssd/pull/7198#issuecomment-1959697353 and thus in SSSD 2.9.5+ On an older version you can consider setting 'debug_backtrace_enabled = false' On Tue, Jul 23, 2024 at 9:37 PM Spike White wrote: > All, > >

[SSSD-users]Re: SSSD cache credential

2024-07-08 Thread Alexey Tikhonov
On Tue, Jul 2, 2024 at 1:00 PM seojeong kim wrote: > /var/lib/sss/db/ > > I try to use SSSD offline authentication. > under /var/lib/sss/db/ >cache_mydomain.ldb >ccache_mydomain.ldb >config.ldb >fast_ccache_mydomain.ldb >sssd.ldb >timestamps_samsungsre.com.ldb > > > SSSD

[SSSD-users] Re: Offline auth with id provider files auth provider krb5

2024-05-21 Thread Alexey Tikhonov
;> >> Thank you >> >> On Fri, May 17, 2024, 1:10 AM Alexey Tikhonov >> wrote: >> >>> Hi, >>> >>> On Fri, May 17, 2024 at 9:33 AM Techie wrote: >>> >>>> Hello again, my offline authentication works, however, if I

[SSSD-users] Re: Offline auth with id provider files auth provider krb5

2024-05-17 Thread Alexey Tikhonov
Hi, On Fri, May 17, 2024 at 9:33 AM Techie wrote: > Hello again, my offline authentication works, however, if I reboot while > offline it no longer works and the cached password is removed from the > cache db. I mean that ldbsearch no longer reveals a cached password for my > user. > Try to

[SSSD-users] Re: [Freeipa-users] SSSD OCSP verfification failed

2024-05-10 Thread Alexey Tikhonov
Hi, int OCSP_basic_verify(OCSP_BASICRESP *bs, STACK_OF(X509) *certs, X509_STORE *st, unsigned long flags); https://github.com/SSSD/sssd/blob/ca684cd156debbdf3d95776271e7020b883b1e81/src/p11_child/p11_child_openssl.c#L458 : ``` status = OCSP_basic_verify(ocsp_basic, NULL,

[SSSD-users] Re: Starting SSSD without root

2024-04-09 Thread Alexey Tikhonov
On Mon, Apr 8, 2024 at 9:22 PM Tero Saarni wrote: > On Mon, Apr 8, 2024 at 10:10 PM Alexey Tikhonov > wrote: > >> >> Out of curiosity: I realized that 'sssd/nightly' packages are built with >> 'systemd' support and thus 'Requires:" it. How did you work around th

[SSSD-users] Re: Starting SSSD without root

2024-04-08 Thread Alexey Tikhonov
Hi Tero, On Mon, Apr 8, 2024 at 8:13 PM Tero Saarni wrote: > > Having said that, and taking into account 'user-ns' support isn't >> available yet, you might want to try builds from >> https://copr.fedorainfracloud.org/coprs/g/sssd/nightly/ : currently >> Fedora rawhide, Centos-stream 9 and Rhel

[SSSD-users] Re: Starting SSSD without root

2024-03-22 Thread Alexey Tikhonov
On Fri, Mar 22, 2024 at 5:03 PM Tero Saarni wrote: > On Fri, Mar 22, 2024 at 3:46 PM Alexey Tikhonov > wrote: > >> Is this a "single UID" container (i.e. SSSD and client apps run under the >> same UID within container namespace)? >> What do you use as an

[SSSD-users] Re: Starting SSSD without root

2024-03-22 Thread Alexey Tikhonov
On Thu, Mar 21, 2024 at 10:04 PM Tero Saarni wrote: > On Thu, Mar 21, 2024 at 10:21 PM Alexey Tikhonov > wrote: > >> It's been awhile but... quite a lot of work has been done: >> see https://github.com/SSSD/sssd/issues/5443#issuecomment-2013505460 for >>

[SSSD-users] Re: Starting SSSD without root

2024-03-21 Thread Alexey Tikhonov
On Thu, Apr 1, 2021 at 6:06 PM David Mather wrote: > We are also trying to run as a non-root user with minimal capabilities in > production. Has anymore work been done on this since? > It's been awhile but... quite a lot of work has been done: see

[SSSD-users] Re: Warning for cached password expiration

2024-02-26 Thread Alexey Tikhonov
On Mon, Feb 26, 2024 at 12:38 PM Alexey Tikhonov wrote: > > > On Fri, Feb 23, 2024 at 12:06 PM John Doe wrote: > >> Hello >> >> I'm wondering if there's any way to access the informational message >> about password expiration given upon login when usin

[SSSD-users] Re: Warning for cached password expiration

2024-02-26 Thread Alexey Tikhonov
On Fri, Feb 23, 2024 at 12:06 PM John Doe wrote: > Hello > > I'm wondering if there's any way to access the informational message about > password expiration given upon login when using cached credentials? When > having pam_verbosity = 2 in sssd.conf, the following informational message > is

[SSSD-users] Re: sssd failing due to self-signed certificates--but that's not what openssl says

2024-02-26 Thread Alexey Tikhonov
Hi, did you try to set `ldap_library_debug_level = -1` (see 'man sssd-ldap') and inspect /var/log/sssd/sssd_$domain.log? It might give additional details. On Wed, Feb 21, 2024 at 8:54 PM Johnnie W Adams wrote: > We are connecting to an LDAP server. Thanks! > > On Wed, Feb 21, 2024 at 1:53 PM

[SSSD-users] Re: Internal credentials cache error while getting initial credentials

2024-02-21 Thread Alexey Tikhonov
On Wed, Feb 21, 2024 at 5:58 PM Albert Szostkiewicz wrote: > > Thank you! > > 'kdestroy -A' does help! > > But I found that I am running into the same issue every now and then. What > might be causing it? `klist -A` and see what is there? -- ___

[SSSD-users] Re: getent group stop working

2024-02-13 Thread Alexey Tikhonov
On Tue, Feb 13, 2024 at 4:08 PM Eric Doutreleau < edoutrel...@genoscope.cns.fr> wrote: > Hi > > I m using sssd-2.9.1 on Rocky linux 9 and i have stange behaviour with > group enumeration. > Sorry I can't help with your issue immediately, but as a side note: 'enumeration' feature is poorly tested

[SSSD-users] Re: Weird issue with "Couldn't invalidate user" - SSSD-AD

2024-01-31 Thread Alexey Tikhonov
;- Kodiak > > > > Sent with Proton Mail <https://proton.me/> secure email. > > On Wednesday, January 31st, 2024 at 3:27 AM, Alexey Tikhonov < > atikh...@redhat.com> wrote: > > Hi, > > On Tue, Jan 30, 2024 at 11:22 PM Kodiak Firesmith < > firesm...@proto

[SSSD-users] Re: Weird issue with "Couldn't invalidate user" - SSSD-AD

2024-01-31 Thread Alexey Tikhonov
Hi, On Tue, Jan 30, 2024 at 11:22 PM Kodiak Firesmith wrote: > Hello, > I've begun to see the oddest thing within our AD environment on Linux > clients (Ubuntu 20, 22). > > During logins I see "groups: cannot find name for group ID". > > Then during various operations (eg when installing a

[SSSD-users] Re: SSSD LDAP provider fails to fetch nested groups (groups member of groups)

2024-01-19 Thread Alexey Tikhonov
On Fri, Jan 19, 2024 at 12:39 PM Finn Fysj wrote: > > > When it gets to DAC, `getgrouplist()` (initgroups list) is what matters. > > > > Does this work properly, i.e. does `id user1` returns all expected groups? > For old systems not using SSSD (nslcd & nscd), this works. I can run id > and

[SSSD-users] Re: SSSD LDAP provider fails to fetch nested groups (groups member of groups)

2024-01-19 Thread Alexey Tikhonov
On Fri, Jan 19, 2024 at 11:56 AM Finn Fysj wrote: > > > IPA doesn't show member attribute for non-authenticated binds > As mentioned this works for older hosts not using SSSD... > > > Typically users are interested in the correct group list the user is a > > member of. > > On the other side,

[SSSD-users] Re: SSSD LDAP provider fails to fetch nested groups (groups member of groups)

2024-01-19 Thread Alexey Tikhonov
Hi, On Fri, Jan 19, 2024 at 10:03 AM Finn Fysj wrote: > > > > with LDAP, recursively searching for all nested subgroups, sub-sub-groups, > > etc. -- that can be an expensive operation. > > > > the default ldap_group_nesting_level is 2. You might try to set that to > > some larger number (like

[SSSD-users] Re: sssd_nss writing 25 MiB to /var/lib/sss/mc every time it starts up

2024-01-19 Thread Alexey Tikhonov
On Thu, Jan 18, 2024 at 5:06 PM Alexey Tikhonov wrote: > > Hi, > > On Thu, Jan 18, 2024 at 4:16 PM D M wrote: > > > > Hi folks! I'm chasing down some interesting behavior on our Ubuntu 20.04 > > VMs. We're running sssd 2.3.3. > > > > The people who run

[SSSD-users] Re: sssd_nss writing 25 MiB to /var/lib/sss/mc every time it starts up

2024-01-18 Thread Alexey Tikhonov
Hi, On Thu, Jan 18, 2024 at 4:16 PM D M wrote: > > Hi folks! I'm chasing down some interesting behavior on our Ubuntu 20.04 VMs. > We're running sssd 2.3.3. > > The people who run the underlying disks for our VM hosts have been > complaining about a spike in disk write latency every 10min. >

[SSSD-users] Re: Does sssd (on RHEL8 and RHEL9) RPM have an implied dependency on sssd-kcm RPM?

2024-01-11 Thread Alexey Tikhonov
Hi, On Wed, Jan 10, 2024 at 11:02 PM Spike White wrote: > > All, > > Is there a packaging problem on the latest version of RHEL8 sssd? > > On several of our RHEL8 servers during the last update cycle, sssd logins > start failing. It appears to be when upgrading to version >

[SSSD-users] Re: sssd losing track of uid after existing kvm

2024-01-10 Thread Alexey Tikhonov
tent > bugs. If you are able to reproduce, then it also makes sense to set 'debug_level=9' in [nss] and [$domain] section of sssd.conf (or use `sssctl debug-level` in runtime) and capture /var/log/sssd/* covering failed attempt. > > ________ > From: Alexey T

[SSSD-users] Re: sssd losing track of uid after existing kvm

2024-01-09 Thread Alexey Tikhonov
Hi, On Tue, Jan 9, 2024 at 4:50 PM Charles Hedrick wrote: > > We want to use user-mode kvm for students. I've set up a VM. It uses 9p to > mount the user's home directory. After connecting to the VM with "virsh > console", and then exiting, sssd on the host (not in the VM, in the main >

[SSSD-users] Re: Is there anything in the sssd RHEL server OS settings that performs LDAP binds or connections to AD every 30 mins?

2023-10-04 Thread Alexey Tikhonov
On Wed, Oct 4, 2023 at 11:40 AM Alexey Tikhonov wrote: > > > On Tue, Oct 3, 2023 at 11:22 PM Spike White > wrote: > >> Alexey, >> >> Yes I see that now. That every time it starts a new LDAP connection, it >> starts by querying rootDSE. So I have to lo

[SSSD-users] Re: Is there anything in the sssd RHEL server OS settings that performs LDAP binds or connections to AD every 30 mins?

2023-10-04 Thread Alexey Tikhonov
0x0200): Got request for [0x2][BE_REQ_GROUP][name= > apaclinux...@amer.corp.com] > (2023-10-03 13:30:02): [be[amer.corp.com]] [dp_get_account_info_send] > (0x0200): Got request for [0x2][BE_REQ_GROUP][name= > apaclinux...@emea.corp.com] > ... > and it continues on, each an

[SSSD-users] Re: Is there anything in the sssd RHEL server OS settings that performs LDAP binds or connections to AD every 30 mins?

2023-10-02 Thread Alexey Tikhonov
(Haven't looked at our > RHEL9 builds yet). It's occurring on all servers to all rootDSEs, but only > a problem for AMERAustin, since Austin is such a heavily-populated. > > > These rootDSEs change almost never. Any way to have it query not as > frequently, or randomize when servers

[SSSD-users] Re: Is there anything in the sssd RHEL server OS settings that performs LDAP binds or connections to AD every 30 mins?

2023-10-02 Thread Alexey Tikhonov
Hi, On Mon, Oct 2, 2023 at 6:20 AM Spike White wrote: > All, > > Is there anything in sssd's RHEL and RHEL-like Linux server OS settings > that perform LDAP binds or connections to AD every 30 minutes? > > What our AD team is seeing is all of the DCs in our biggest AMER AD site > peak with LDAP

[SSSD-users] Re: sssd-pac.service fails to start after Debian 12 upgrade (fatal error setting up backend connector)

2023-08-10 Thread Alexey Tikhonov
Hi Steven, On Thu, Aug 10, 2023 at 12:49 AM Steven McCormack wrote: > > Hi Alexey, > > thanks for the information. implicit_pac_responder = flase did the trick. Now > all services start as expected well... I must admit "monitor" activation vs "systemd/socket" activation configuration is

[SSSD-users] Re: sssd-pac.service fails to start after Debian 12 upgrade (fatal error setting up backend connector)

2023-08-07 Thread Alexey Tikhonov
On Mon, Aug 7, 2023 at 2:02 PM Steven McCormack wrote: > > Hello, > I have a similar problem after upgrading to Debian 12. On all upgraded > machines sssd-pac.service fails. My understanding is, that services listed in > the services line are not socket activated. Therefore I completely removed

[SSSD-users] Re: Is there a way to restrict nss group membership searches for local users to only /etc/group?

2023-06-23 Thread Alexey Tikhonov
logs to figure out the reason for those "sporadic hiccups". Latest version, around sssd-2.8+, should make it easier to track a specific lookup across a set of logs. > > Spike > > On Thu, Jun 22, 2023 at 10:44 AM Alexey Tikhonov > wrote: > >> Hi, >> &g

[SSSD-users] Re: Is there a way to restrict nss group membership searches for local users to only /etc/group?

2023-06-22 Thread Alexey Tikhonov
Hi, On Thu, Jun 22, 2023 at 4:47 PM Spike White wrote: > All, > > Successful sssd consumer here. > > Have an app team running Hadoop. They're getting these performance errors > in their app. > > This is from their app logs. > > ddlflhdm201.us.company.com > WARN June 15, 2023 10:08 AM Groups

[SSSD-users] Re: not getting cached ticket from PuTTY login

2023-03-25 Thread Alexey Tikhonov
Hi, On Fri, Mar 24, 2023 at 10:03 PM Pieter Voet wrote: > > Hi all, > > I have the same issue as was already reported here in 2016 : > https://lists.fedorahosted.org/archives/list/sssd-users@lists.fedorahosted.org/message/3IQLPN4JLFQJDXN6G3HQH3SEZ2AGEEBE/ > however there was no reply given. > >

[SSSD-users] Re: sss allows extraneous @ characters prefixed to username?

2023-03-20 Thread Alexey Tikhonov
On Mon, Mar 20, 2023 at 8:37 PM Paul B. Henson wrote: > > On 3/20/2023 9:13 AM, Alexey Tikhonov wrote: > > > But probably SSSD should refuse to handle this kind of names > > immediately, instead of cutting unallowed chars off and handling what > > remains? >

[SSSD-users] Re: authentication failure when one domain controller is down

2023-03-20 Thread Alexey Tikhonov
On Mon, Mar 20, 2023 at 6:29 PM Craig Martin wrote: > > Thanks for your response. > > grep -i offline /var/log/sssd/sssd_AD.FINRCVGRP.COM.log > finds nothing. Is this with `debug_level = 9` in the domain section of sssd.conf? Anyway, you need to set `debug_level = 9`, restart sssd truncating

[SSSD-users] Re: authentication failure when one domain controller is down

2023-03-20 Thread Alexey Tikhonov
Hi, On Mon, Mar 20, 2023 at 6:05 PM Craig Martin wrote: > > Hi, > > I have a problem I have been unable to solve and I'm at a loss. We use sssd > on Debian 11 clients with active directory backend. We have 4 domain > controllers running Windows Server 2022 in our environment. If any one of

[SSSD-users] Re: sss allows extraneous @ characters prefixed to username?

2023-03-20 Thread Alexey Tikhonov
that this change > will work in all other cases as well. > > > HTH > Tomáš > > > On Mon, Mar 20, 2023 at 12:11 PM Alexey Tikhonov wrote: >> >> Hi, >> >> On Sat, Mar 18, 2023 at 12:04 AM Paul B. Henson wrote: >> > >> > We are ru

[SSSD-users] Re: sss allows extraneous @ characters prefixed to username?

2023-03-20 Thread Alexey Tikhonov
Hi, On Sat, Mar 18, 2023 at 12:04 AM Paul B. Henson wrote: > > We are running the latest RHEL 8.7 which includes sss version > 2.7.3-4.el8_7.3 and noticed some odd behavior. sss seems to ignore > leading @ characters when looking up a username. For example: > > # getent passwd '@cpp.a' >

[SSSD-users] Re: SSSD 2.8 supported/working OS

2023-03-16 Thread Alexey Tikhonov
On Thu, Mar 16, 2023 at 9:07 AM Roman Annenko wrote: > > I succeeded with building 2.6.3 release. > The offending feature which breaks building is "krb5 plugin idp" which comes > in the next releases. > The code in module src/krb5_plugin/idp/idp_clpreauth.h accesses the struct > member

[SSSD-users] Re: SSSD 2.8 supported/working OS

2023-03-14 Thread Alexey Tikhonov
On Tue, Mar 14, 2023 at 10:05 PM Lukas Slebodnik wrote: > > On (14/03/23 17:19), Alexey Tikhonov wrote: > >Hi, > > > >On Tue, Mar 14, 2023 at 2:26 PM Roman Annenko wrote: > > > >> Hi, > >> I couldn't find any information about which OS

[SSSD-users] Re: SSSD 2.8 supported/working OS

2023-03-14 Thread Alexey Tikhonov
Hi, On Tue, Mar 14, 2023 at 2:26 PM Roman Annenko wrote: > Hi, > I couldn't find any information about which OSes can run sssd 2.x package. > It's up to the downstream package maintainer of specific distributions. > The only mention about "platform" I found in sssd-2.0.0 release notes: >

[SSSD-users] Re: [External] files domain and getent passwd

2023-02-27 Thread Alexey Tikhonov
On Thu, Feb 23, 2023 at 4:15 PM Patrick Riehecky wrote: > On Thu, 2023-02-23 at 11:21 +0100, Alexey Tikhonov wrote: > > From a practical point of view, for 'auth_provider=krb5' & local > > users > > case we now tend to recommend using 'id_provider = proxy' with li

[SSSD-users] Re: [External] files domain and getent passwd

2023-02-23 Thread Alexey Tikhonov
On Wed, Feb 22, 2023 at 11:31 PM Prentice Bisbal wrote: > > On 2/22/23 4:14 PM, Patrick Riehecky wrote: > > Is there a way to get results in `getent passwd` from a files domain > > with enumerate=false? > > > > relevant domain snippet: > > [domain/FNAL.GOV] > > auth_provider=krb5 > >

[SSSD-users] Re: [External] Re: 'automount -m' segfaults when using sssd

2023-01-30 Thread Alexey Tikhonov
On Fri, Jan 27, 2023 at 7:16 PM Prentice Bisbal wrote: > On 1/25/23 4:40 PM, Alexey Tikhonov wrote: > > > > On Wed, Jan 25, 2023 at 5:34 PM Prentice Bisbal wrote: > >> (difficult to confirm without coredump/backtraces). >> >> Would a stack trace of automo

[SSSD-users] Re: [External] Re: 'automount -m' segfaults when using sssd

2023-01-25 Thread Alexey Tikhonov
On Wed, Jan 25, 2023 at 10:40 PM Alexey Tikhonov wrote: > > > On Wed, Jan 25, 2023 at 5:34 PM Prentice Bisbal wrote: > >> (difficult to confirm without coredump/backtraces). >> >> Would a stack trace of automount or the sssd daemon be sufficient? >> >

[SSSD-users] Re: [External] Re: 'automount -m' segfaults when using sssd

2023-01-25 Thread Alexey Tikhonov
On Wed, Jan 25, 2023 at 5:34 PM Prentice Bisbal wrote: > (difficult to confirm without coredump/backtraces). > > Would a stack trace of automount or the sssd daemon be sufficient? > No, I meant backtrace from a coredump. Maybe `ltrace` can help also, but I doubt `strace` is handy here. > > I

[SSSD-users] Re: 'automount -m' segfaults when using sssd

2023-01-25 Thread Alexey Tikhonov
Hi, might be https://github.com/SSSD/sssd/issues/6505 / https://bugzilla.redhat.com/show_bug.cgi?id=2143159 (difficult to confirm without coredump/backtraces). Should be fixed in C9S/9.2 (

[SSSD-users] Re: Issues using NSS_TACPLUS in Fedora 36's replacement of NSCD with SSSD

2022-12-22 Thread Alexey Tikhonov
Hi, On Wed, Dec 21, 2022 at 10:55 AM Sumit Bose wrote: > > Am Tue, Dec 20, 2022 at 07:14:42PM -0600 schrieb Sundar Vadivelu: > > Hi all, > > I am working on a system which does TACACS+ authentication of users with > > pam_tacplus and nss_tacplus libraries > > nss_tacplus:

[SSSD-users] Re: sssd not using local sudoers file

2022-11-30 Thread Alexey Tikhonov
gt; >> group: files compat systemd sss > >> and still had the same problem. > >> id_provider=ipa > >> Yes Ubuntu. > >> sssd 2.2.3-3ubuntu0.9 > >> This same named user that was created local is also in our IPA server > but want this local accoun

[SSSD-users] Re: sssd/AD not showing all groups for user

2022-11-30 Thread Alexey Tikhonov
Hi, On Tue, Nov 29, 2022 at 8:54 PM Jim Burwell wrote: > On 11/29/22 01:00, Alexey Tikhonov wrote: > > Hi, > > > On Tue, Nov 29, 2022 at 2:54 AM Jim Burwell wrote: > >> Hi, >> >> On a CentOS 7 system bound to an AD domain, > > > Single AD dom

[SSSD-users] Re: sssd not using local sudoers file

2022-11-30 Thread Alexey Tikhonov
s also in our IPA server but > want this local account and settings on this machine to override that. > > -Kevin > > On Nov 29, 2022, at 3:03 AM, Alexey Tikhonov wrote: > >  > Hi, > > On Tue, Nov 29, 2022 at 1:10 AM Kevin Vasko wrote: > >> We have a

[SSSD-users] Re: sssd not using local sudoers file

2022-11-29 Thread Alexey Tikhonov
Hi, On Tue, Nov 29, 2022 at 1:10 AM Kevin Vasko wrote: > We have a local user that has an entry in sudoers for a “NOPASSWD”. > > In /etc/nsswitch.conf we have: > > sudoers: files sss > What is in 'passwd:' and 'group:'? Do you use 'id_provider=files' in 'sssd.conf'? > > For some reason sssd

[SSSD-users] Re: sssd/AD not showing all groups for user

2022-11-29 Thread Alexey Tikhonov
Hi, On Tue, Nov 29, 2022 at 2:54 AM Jim Burwell wrote: > Hi, > > On a CentOS 7 system bound to an AD domain, Single AD domain or multiple/trusted? > running sssd 1.16.5-10.el7. > Latest should be sssd-1.16.5-10.el7_9.13 > > Some groups are not showing up in a users list of groups. > >

[SSSD-users] Re: [Freeipa-users] who killed SSSD - ?

2022-07-21 Thread Alexey Tikhonov
Hi, > (2022-07-21 7:11:14): [sssd] [svc_child_info] (0x0020): Child [984] ('abba.xx.priv.yy':'%BE_abba.xx.priv.yy') was terminated by own WATCHDOG -- this means corresponding process - `sssd_be --domain abba.xx.priv.yy` in this case - was blocked too long on 'something' (longer than 3*timeout

[SSSD-users] Re: Session Recording with sssd is not working

2022-07-15 Thread Alexey Tikhonov
Hi Sergio, `grep passwd /etc/nsswitch.conf`? On Fri, Jul 15, 2022 at 4:27 PM Stephen Gallagher wrote: > A better place for this question is the sssd-users list (which I've just > CCed). > > On Fri, Jul 15, 2022 at 7:24 AM Sergio Belkin wrote: > > > > Hi, I've configured sssd to use session

[SSSD-users] Re: Can SSSD be set up to disallow login if provider not available?

2022-07-07 Thread Alexey Tikhonov
Hi, On Thu, Jul 7, 2022 at 12:14 PM Fisher, Philip wrote: > Hi SSSD experts > > I have tried examining various documentation and man pages but I am unable > to determine the answer. Specifically, for security reasons, we require > user on our Linux servers to login via AD credentials only

[SSSD-users] Re: SSSD-users: querying GPO list

2022-06-23 Thread Alexey Tikhonov
On Thu, Jun 23, 2022 at 3:19 PM Fisher, Philip wrote: > Hello SSSD people > > Is there a way to run (on RHEL 8 specifically) a command or query > information so that a logged in (authorised) user can see the GPOs that are > active for the session? I have tried Mr. Goggle without success. > I

[SSSD-users] Re: large multirealm AD deployment, slow id $account / ls -l results

2022-06-10 Thread Alexey Tikhonov
Hi, On Tue, Jun 7, 2022 at 5:41 PM Mark Christian wrote: > I'm wondering what configuration options I should be tweaking to > improve id to name resolution when running commands such as ls -l, and > Is this a Win/Samba share (i.e. does this operation include SIDs resolution)? > id? My sssd

[SSSD-users] Re: GPO Access Control Failing: ini_config_file_open failed [84][Invalid or incomplete multibyte or wide character]

2022-04-13 Thread Alexey Tikhonov
On Wed, Apr 13, 2022 at 2:56 AM lingyuan zhu wrote: > Hi, > Thank you for replying to my question。There are some other > problems,please help me。 > (1)When is SSSD 2.7.0 released? > There is no set schedule / no promises, but hopefully this month. > (2)What is the installing requirements?

[SSSD-users] Re: GPO Access Control Failing: ini_config_file_open failed [84][Invalid or incomplete multibyte or wide character]

2022-04-12 Thread Alexey Tikhonov
Hi, this is https://github.com/SSSD/sssd/issues/4138 Fixed via https://github.com/SSSD/sssd/pull/6039 Fix will be released in SSSD 2.7.0 On Tue, Apr 12, 2022 at 9:58 AM lingyuan zhu wrote: > 1、SSSD version: > sssd-common-1.16.5-10.el7_9.12.x86_64 > sssd-ldap-1.16.5-10.el7_9.12.x86_64 >

[SSSD-users] Re: is the sssd monitor even necessary?

2022-03-18 Thread Alexey Tikhonov
On Thu, Mar 17, 2022 at 12:27 AM James Ralston wrote: > > On Wed, Mar 16, 2022 at 6:04 AM Alexey Tikhonov wrote: > > > How would you use SSSD without any domain configured? > > I have a host on which I kinit against principals in Kerberos realms > for which the ho

[SSSD-users] Re: AVC alerts for process working in /var/lib/sss

2022-03-16 Thread Alexey Tikhonov
On Wed, Mar 16, 2022 at 11:39 AM Brian J. Murrell wrote: > > Hi, > > Hi. > > > What OS are running on your system? > > EL8.5 > Did you tune any default selinux policies? > > > > What is the output of `cat /etc/nsswitch.conf | grep passwd` on your > > system? > > passwd: sss files systemd >

[SSSD-users] Re: is the sssd monitor even necessary?

2022-03-16 Thread Alexey Tikhonov
Hi, On Wed, Mar 16, 2022 at 5:17 AM James Ralston wrote: > For recent versions of sssd, the monitor (the sssd.service) won’t even > start unless at least one domain is configured. > > As sssd.conf(5) notes, all sssd services can be socket-activated when > needed. There is no need to list any

[SSSD-users] Re: AVC alerts for process working in /var/lib/sss

2022-03-15 Thread Alexey Tikhonov
Hi, What OS are running on your system? What is the output of `cat /etc/nsswitch.conf | grep passwd` on your system? Do you use SSSD on purpose? On Tue, Mar 15, 2022 at 7:45 PM Brian J. Murrell wrote: > I am getting some SELinux AVC alerts for a given process in a given domain > that seems

[SSSD-users] Re: sssd 1.16.5 gives no results for other domains in the AD Forest

2022-02-03 Thread Alexey Tikhonov
Hi, On Thu, Feb 3, 2022 at 12:19 AM Bill Conn wrote: > > I'm working on a university's research cluster with nodes that all run > CentOS7 and are joined to the school's Active Directory domain. Our domain > is part of a statewide forest that contains every state university, and we > have

[SSSD-users] [ding-libs] Announcing ding-libs 0.6.2

2022-01-25 Thread Alexey Tikhonov
# ding-libs 0.6.2 The SSSD team announces a minor maintenance update of ding-libs - version 0.6.2 The tarball can be downloaded from: https://github.com/SSSD/ding-libs/releases/tag/0.6.2 Tickets fixed: - https://pagure.io/SSSD/ding-libs/issue/3182 - https://github.com/SSSD/ding-libs/issues/5

[SSSD-users] Re: PAM troubleshooting

2022-01-25 Thread Alexey Tikhonov
``` * (2022-01-24 16:11:50): [be[ipa.test]] [child_handler_setup] (0x2000): [RID#171] Signal handler set up for pid [] * (2022-01-24 16:11:50): [be[ipa.test]] [write_pipe_handler] (0x0400): [RID#171] All data has been sent! * (2022-01-24 16:11:56): [be[ipa.test]] [krb5_auth_done]

[SSSD-users] Re: Heads up. Moving 'ding-libs' to github. (Date to be defined)

2022-01-20 Thread Alexey Tikhonov
Hello, aforementioned migration of the 'ding-libs' project to Github was completed: now the only used location is https://github.com/SSSD/ding-libs On Tue, Nov 9, 2021 at 8:56 PM Alexey Tikhonov wrote: > > Hello, > > as a follow up to the complete SSSD migration to github [1],

[SSSD-users] Re: sssd-1.16.5-10.0.1.el7_9.11.x86_64 is under-discovering AD domains

2022-01-18 Thread Alexey Tikhonov
(with this new sssd version). > > In other AD domains (like AMER), consistently all servers with this new > sssd version do discover all AD domains. So servers in AMER discover all > expected domains. > > Spike > > > > On Tue, Jan 18, 2022 at 12:11 PM Alexey Tikhonov > w

[SSSD-users] Re: sssd-1.16.5-10.0.1.el7_9.11.x86_64 is under-discovering AD domains

2022-01-18 Thread Alexey Tikhonov
On Tue, Jan 18, 2022 at 5:52 PM Spike White wrote: > sssd experts, > > This sssd version (released Tue 23 Nov 2021) is under-discovering AD > domains. > > A similar sssd bug occurred last July, where sssd over-discovered AD > domains (AD domains for which there was not a legal trust relationship

[SSSD-users] Re: alternative groups with ldap_group_object_class_alt

2022-01-05 Thread Alexey Tikhonov
On Tue, Jan 4, 2022 at 7:53 PM Stefan Kania wrote: > > > Am 03.01.22 um 15:51 schrieb Alexey Tikhonov: > > Please feel free to file a ticket. > Where can I do that :-) > https://github.com/SSSD/sssd/issues > > > >

[SSSD-users] Re: alternative groups with ldap_group_object_class_alt

2022-01-03 Thread Alexey Tikhonov
Hi, On Thu, Dec 30, 2021 at 5:26 PM Stefan Kania wrote: > Hi to all, > > a few years ago I asked for help for using dynamic groups in OpenLDAP > together with sssd to change the search filter: > > >

[SSSD-users] Re: [SSSD] Announcing SSSD 2.6.2

2021-12-24 Thread Alexey Tikhonov
2" tag label in release at GitHub, you can see: - "This tag was signed with the committer’s verified signature." - GPG key ID: 8D7326351A726211 -- this is the same key ID as you see in (updated) sssd-2.6.2.tar.gz.asc (compare last 16 chars) So, if I understand correctly, at

[SSSD-users] Re: Having trouble getting GSSAPI to work

2021-12-24 Thread Alexey Tikhonov
ts/master > Aram > On 12/23/2021 2:07 PM, Alexey Tikhonov wrote: > > Hello, > > (sorry if this my comments will be non-relevant) > > On Fri, Dec 17, 2021 at 8:35 AM Aram Akhavan wrote: > >> Hi all, >> >> I'm new to sssd and am working on deplo

[SSSD-users] Re: Having trouble getting GSSAPI to work

2021-12-23 Thread Alexey Tikhonov
Hello, (sorry if this my comments will be non-relevant) On Fri, Dec 17, 2021 at 8:35 AM Aram Akhavan wrote: > Hi all, > > I'm new to sssd and am working on deploying it in my homelab on a test VM. > > So far, I've successfully joined my host to my very basic/vanilla Active > Directory domain

[SSSD-users] [SSSD] Announcing SSSD 2.6.2

2021-12-23 Thread Alexey Tikhonov
# SSSD 2.6.2 The SSSD team is proud to announce the release of version 2.6.2 of the System Security Services Daemon. The tarball can be downloaded from: https://github.com/SSSD/sssd/releases/tag/2.6.2 See the full release notes at: https://sssd.io/release-notes/sssd-2.6.2.html ##

[SSSD-users] Re: SSSD as a backend to FreeRadius

2021-12-10 Thread Alexey Tikhonov
On Sun, Dec 5, 2021 at 1:29 AM Ned Wilson wrote: > In our organization, we have an Active Directory domain, and a CentOS IdM > subdomain at a remote site that has a two-way trust relationship with the > master ID domain. Since this remote site is using a less-than-reliable > internet connection,

[SSSD-users] Re: Building sssd RPMs from source for RHEL8....

2021-12-08 Thread Alexey Tikhonov
Hi, what exactly do you want to achieve? Do you want to rebuild binary rpm? On Wed, Dec 8, 2021 at 3:34 PM Spike White wrote: > All, > > I have reviewed: > > https://github.com/SSSD/sssd > https://sssd.io/ > > > And most especially: > > https://sssd.io/contrib/building-sssd.html > > > In an

[SSSD-users] Re: Samba filesharing, ssh and sssd

2021-11-30 Thread Alexey Tikhonov
On Tue, Nov 30, 2021 at 12:43 PM Harald 11 wrote: > > I set up this: > > [sssd] > config_file_version = 2 > domains = DOMAIN.NET > > [domain/DOMAIN.NET] > id_provider = ad > access_provider = ad > sudo_provider = none > > fallback_homedir = /home/%u > default_shell = /bin/bash > skel_dir =

[SSSD-users] Re: Samba filesharing, ssh and sssd

2021-11-26 Thread Alexey Tikhonov
On Thu, Nov 25, 2021 at 5:17 PM Spike White wrote: > Harald, > > I was hoping someone smarter than me would respond; someone who knew the > answer. But no one else did, so let me take a crack at it. I know the > problems and I know the possible approaches to the solution, but I do not > know

[SSSD-users] Re: System Error (4) SSSD + Smartcard + NIS

2021-11-10 Thread Alexey Tikhonov
On Wed, Nov 10, 2021 at 5:29 PM Leon Castellano wrote: > > Hello Users, > > I'm hoping with your ample expertise you may be able to help me figure out > how to fix the issue I'm running into. > > A bit of background for context: I'm a sysadmin with NASA out of GSFC where > we manage many legacy

[SSSD-users] Heads up. Moving 'ding-libs' to github. (Date to be defined)

2021-11-09 Thread Alexey Tikhonov
Hello, as a follow up to the complete SSSD migration to github [1], we decided to continue with the consolidation effort and to make the same step with the 'ding-libs' project that currently uses both Pagure [2] and Github [3]. This is only a heads up. Precise date isn't set yet. But as a first

[SSSD-users] Re: SSSD entry_cache_nowait_percentage/ enum_cache_timeout not working properly?

2021-10-27 Thread Alexey Tikhonov
On Mon, Oct 18, 2021 at 1:27 PM Robert Wagensveld wrote: > Is this a hard question? > It is an unclear question. What the actual problem is and why do you need enumeration to be enabled? ___ sssd-users mailing list --

[SSSD-users] Re: Timing sensitive issue on `testing pam_acct_mgmt` which is also seen on SSH logins

2021-10-18 Thread Alexey Tikhonov
On Mon, Oct 18, 2021 at 1:31 PM Aitor Pazos wrote: > > Thanks for your reply! > > Not yet, as we use LDAPs, didn't want to go into that rabbit-hole of working > around certs config for traffic snooping if there was some more obvious > reason I am not aware of. You could start without decoding

[SSSD-users] Re: Timing sensitive issue on `testing pam_acct_mgmt` which is also seen on SSH logins

2021-10-15 Thread Alexey Tikhonov
On Fri, Oct 15, 2021 at 3:54 PM Aitor Pazos wrote: > Hi all, > Let me introduce the symptoms that triggered this investigation. > First, versions: > - OS: Ubuntu 20.04 > - SSSD: 2.2.3-3ubuntu0.7 > - Platform: x86_64 > > Some weeks after starting using a new region/provider we noticed some >

[SSSD-users]Re: Trouble-shooting sssd’s ‘Automatic Kerberos Host Keytab Renewal’ with AD back-end….

2021-08-31 Thread Alexey Tikhonov
On Tue, Aug 31, 2021 at 6:47 PM Spike White wrote: > All, > > OK we have a query we run in AD for machine account passwords for a > certain age. In today's run, 31 - 32 days. Then we verify it's pingable. > > We have found such one such suspicious candidate today (two actually, but > the other

[SSSD-users] Re: AD + Smart Card without having the user certificate in AD

2021-07-27 Thread Alexey Tikhonov
On Tue, Jul 27, 2021 at 5:49 PM James Ralston wrote: > > If you cannot put certificates into the userCertificate field in AD, > the only work-around is to upgrade to sssd 2.1.0 or later. > > (We briefly considered doing that on RHEL7, but quickly abandoned it > due to the effort involved.)

[SSSD-users] Re: AD + Smart Card without having the user certificate in AD

2021-07-27 Thread Alexey Tikhonov
On Tue, Jul 27, 2021 at 7:02 AM Assaf Morami wrote: > Yeah the username is in the SAN field inside the UPM. > So you could match and map by SAN field? ___ sssd-users mailing list -- sssd-users@lists.fedorahosted.org To unsubscribe send an email to

[SSSD-users] Re: AD + Smart Card without having the user certificate in AD

2021-07-26 Thread Alexey Tikhonov
On Mon, Jul 26, 2021 at 10:43 AM Assaf Morami wrote: > Hi James, thanks for the swift response. > > Is it possible to turn off certificate matching against AD, and just use > the username while taking the certificate directly from the smart card? > But matching by username is still matching.

[SSSD-users] Re: default_domain_suffix and a files provider.

2021-07-20 Thread Alexey Tikhonov
On Mon, Jul 19, 2021 at 2:34 PM Steve Traylen wrote: > > sssd-2.5.1-2.el8 > > With a files domain and an ldap domain in simplified form below then all > works well for me and passwd files are checked and win > before ldap entries. > > However as soon as `default_domain_suffix = mydomain.ch` is

[SSSD-users] Re: Can't login to AD in SSSD 2.4.2 / Arch Linux

2021-05-06 Thread Alexey Tikhonov
On Thu, May 6, 2021 at 2:56 PM Paweł Szafer wrote: > > Hello, > > Today morning I had a bad surprise. Suddenly I cannot login anymore to my PC. > My OS is Arch based, with SSSD 2.4.2, updated yesterday (it was working after > update, last login occurred around 7pm 05.05.2021, today 7am

[SSSD-users] Re: Help with pam_sss_gss.so

2021-04-06 Thread Alexey Tikhonov
On Tue, Apr 6, 2021 at 1:51 PM Sam Morris wrote: > Thanks Pawel, I'll mail the extra logs to you. > I think you spotted the reason correctly. ___ sssd-users mailing list -- sssd-users@lists.fedorahosted.org To unsubscribe send an email to

[SSSD-users] Re: Help with pam_sss_gss.so

2021-04-06 Thread Alexey Tikhonov
On Fri, Apr 2, 2021 at 4:19 PM Sam Morris wrote: > Looking into responder_common.c, the function client_recv logs "Invalid > data from client, closing connection" if sss_packet_recv returned EINVAL. > > Looking into sss_packet_recv, EINVAL is returned if the packet is too > large. > > Decoding

[SSSD-users] Re: struggling with reuse of pam_sss kerberos ticket

2021-03-31 Thread Alexey Tikhonov
On Wed, Mar 31, 2021 at 9:58 AM Alexey Tikhonov wrote: > > On Wed, Mar 31, 2021 at 9:38 AM Calvin Chiang wrote: > > > > Ex-windows admin wrapping my head around PAM/SSSD has been quite tough! > > > > I have successfully managed to to get pam_sss working with > &g

[SSSD-users] Re: struggling with reuse of pam_sss kerberos ticket

2021-03-31 Thread Alexey Tikhonov
On Wed, Mar 31, 2021 at 9:38 AM Calvin Chiang wrote: > > Ex-windows admin wrapping my head around PAM/SSSD has been quite tough! > > I have successfully managed to to get pam_sss working with > > login for specific appliction rstudio server (/etc/pam.d/rstudio) > containerized ubuntu > ldap/krb5

[SSSD-users] Re: Can't login with smartcard

2021-03-16 Thread Alexey Tikhonov
Hi, there is very similar thread on this list - "p11_child doesn't use 2nd slot if 1st slot is empy" Can it happen your setup is similar, i.e. 1st removable slot on your reader is seen as empty? On Tue, Mar 16, 2021 at 5:21 PM Rudi Dayan wrote: > Hi, > > Thanks for your response! > Yes, It

  1   2   >