Displaying 3 results from an estimated 3 matches for "jtoni".
Did you mean:
toni
2011 Nov 28
1
LDAP authentication doesn't refresh
OS = RHEL 5
samba version 3.4.15
OpenLdap 2.3.43
Hi I am struggling with this problem at the very end of deploying a
samba/ldap solution (currently not doing an domain stuff) . It all seems to
working except that when I modify a user by adding the user to a new group
(unix group) this change is not reflected in samba shares. the opposite is
also true.
for example the directory listing is
2011 Nov 21
1
using passdb backend = smbpasswd and ldap linux authentication
OS = RHEL 5
samba version 3.0.33-3.29
openldap 2.3
is it possible to have linux users stored in an ldap directory and still
use the passdb backend = smbpasswd.
I have an existing smbpasswd password db and an existing set of linux users
I have migrated the linux users to LDAP and authenticating successfully
until I have time to get all samba credentials migrated to ldap i still
need use the
2017 Aug 31
3
[RFC] Value Range Based Optimization Opportunity in LLVM
Hi All,
We have recently found some optimization opportunities created by
replicating code into branches in order to enable optimization. In
general, the optimization opportunity we are pursuing is like the
following.
Given pseudo-code:
// block A
if (some condition)
// block B
// block C
If it can be efficiently proven that some portion of block C can be
simplified had control flow not