Displaying 3 results from an estimated 3 matches for "nonpriv".
2005 Dec 18
1
Lessons learned
...y, if you cannot then you need to use a non-privileged service
account with winbind for LDAP lookups. You might want to set this users
account to "Password never expires", or write a simple script that updates
settings on all Linux clients when the password changes.
wbinfo --set-auth-user=nonpriv.user%good.password
-OpenLDAP Privileged User
For OpenLDAP to serve as IDMAP backend, you must store a privileged users
credentials in secrets.tdb file.
In smb.conf I have:
ldap admin dn = cn=priv_ldap.user,o=company
ldap idmap suffix = ou=Idmap
ldap suffix = o=company
idmap backend = ldap:ldaps://...
2011 Oct 20
2
[Bug 1945] New: Only 1 of the 2 krb cache files is removed on closing the ssh connection with UsePrivilegeSeparation=yes
...$ ll /tmp/krb5cc*
-rw------- 1 test users 416 Oct 20 14:03
/tmp/krb5cc_170_243
-rw------- 1 test users 416 Oct 20 14:03
/tmp/krb5cc_243_245
Env KRB5CCNAME is set to
KRB5CCNAME=FILE:/tmp/krb5cc_243_245
On closing the session,the cache file corresponding to the nonpriv
process is not removed.
$ ll /tmp/krb5cc*
-rw------- 1 test users 416 Oct 20 14:03
/tmp/krb5cc_243_245
I have tested this on hpux but believe the same behaviour on other OS
as well.
Probable fix is to change the condition in
sshpam_cleanup(void)/auth-pam.c
< if (sshpa...
2020 Mar 20
0
[ANNOUNCE] igt-gpu-tools 1.25
...s testing
runner: Chomp away trailing spaces from cmdline
i915/gem_map_gtt: Escape from slow forked GTT access
i915/perf_pmu: Compare semaphore and busy measurements
i915/pm_rpm: Include breadcrumbs in the kernel log before i915.ko reloads
i915/gem_ctx_isolation: Check nonpriv values are kept across switch
i915/gem_userptr_blits: Check for allowed GTT mmaps
i915/gem_eio: Relax timeout for forced resets
i915/gem_ctx_isolation: Bump support for Tigerlake
i915/gem_ctx_isolation: Fixup gen range for SLICE_COMON_[ECO]_CHICKEN
i915/gem_eio: Retigh...