search for: notin

Displaying 6 results from an estimated 6 matches for "notin".

Did you mean: noting
2020 Jun 05
3
It seems to have bug for @group to set in valid or invalid conf
...1, effective(0, 0), real(0, 0)] ../../source3/auth/token_util.c:866(debug_unix_user_toke UNIX token of user 1003 Primary group is 101 and contains 5 supplementary groups Group[ 0]: 101 Group[ 1]: 1001 Group[ 2]: 1002 Group[ 3]: 1000 Group[ 4]: 1003 5. Why "bbb" user is notin d_group but the Security token SIDs will have d_group's sid (S-1-5-21-1151667668-222068009-1375177606-1009) ?? I thinks this is the reason why i be denied to access "f1". Because in program /source3/smbd/share_access.c function "token_contains_name" will check "nt...
2018 Aug 29
0
C7, system-auth-ac, and authconfig
I read the clear-as-mud docs, and it appears that if we want to modify system-auth-ac, we can create a local, and point system-auth to it. Howver.. in the default, I see auth [success=3 default=ignore] pam_succeed_if.so service notin login:gdm:xdm:kdm:xscreensaver:gnome-screensaver:kscreensaver quiet use_uid Now, we'd like to add sudo to that list. Does anyone know *where* authconfig gets that list in the first place? I haven't been able to find anything yet, and I've been looking. mark
2007 Feb 10
1
Different classes of user
...t worked out how to make Dovecot do this, yet. So far I just tried using * as the PAM service name, in the hope that not only would pop3 or imap get passed through, but pop3s and imaps might, and I had a line in my /etc/pam.d/imap and pop like this: auth required pam_succeed_if.so debug shell notin /bin/bash:/bin/sh which worked, but unfortunately also got used for imapS logins. Then I realised this was likely to be the wrong thing anyway, because it would presumably only cover IMAPS on port 993, and not IMAP+TLS on the usual port 143. So I've had a go but got it wrong. What should I...
2020 Jun 13
0
It seems to have bug for @group to set in valid or invalid conf
...3/auth/token_util.c:866(debug_unix_user_toke > UNIX token of user 1003 > Primary group is 101 and contains 5 supplementary groups > Group[ 0]: 101 > Group[ 1]: 1001 > Group[ 2]: 1002 > Group[ 3]: 1000 > Group[ 4]: 1003 > > 5. Why "bbb" user is notin d_group but the Security token SIDs will have > d_group's sid (S-1-5-21-1151667668-222068009-1375177606-1009) ?? > I thinks this is the reason why i be denied to access "f1". Because in > program /source3/smbd/share_access.c function "token_contains_name" >...
2014 Jan 25
7
[Bug 888] New: Assertion errors attempting a statement which (I believe) is grammatically correct.
https://bugzilla.netfilter.org/show_bug.cgi?id=888 Summary: Assertion errors attempting a statement which (I believe) is grammatically correct. Product: nftables Version: unspecified Platform: x86_64 OS/Version: Fedora Status: NEW Severity: normal Priority: P5 Component: nft
2013 Feb 19
4
Float::INFINITY ranges in where() clause
This seems like such an obvious idea that I''m having trouble believing I''m the first to think of it. Why not take ranges containing Float::INFINITY and translate them to the appropriate greater than or less than comparisons? Example: class Person scope :voters, -> { where(born_on: (-Float::INFINITY..18.years.ago)) } end This would generate something along the lines of