Displaying 3 results from an estimated 3 matches for "solovam".
2003 Oct 21
2
Samba 3.0.0 -- ACLs are unusable due to UID/SID mapping weirdness :(
...e. Here the trouble starts. It looks like ACLs refuse to work in the
absense of winbindd. So I start winbindd and... get random mapping of NT
domain accounts into UNIX ids in the range of "idmap uid/gid".
So, for example, if I create a file from the windows side it gets
ownership of:
solovam/uid=1001
on the UNIX side. Windows says the owner is:
\SAMBA-SERVER\solovam
Which is already strange, I expect \DOMAIN\solovam like on all NT boxes.
If I try to add and ACL entry for myself to this file, I get a POSIX acl
entry for:
???/uid=40000
which is what winbindd assigned for my SID. A...
2003 Oct 09
1
[Bug 740] Sun's pam_ldap account management is not working
...ng
Product: Portable OpenSSH
Version: 3.7.1p1
Platform: UltraSparc
OS/Version: Solaris
Status: NEW
Severity: major
Priority: P2
Component: PAM support
AssignedTo: openssh-bugs at mindrot.org
ReportedBy: solovam at louisville.stortek.com
Tested on Solaris 8/9 with the latest pam_ldap from Sun.
When PAM account management functions are enabled with something like:
===
other account required pam_ldap.so.1
===
in pam.conf no logins are possible.
Below is the pertaining section of the sshd run o...
2003 Nov 20
2
[Bug 740] Sun's pam_ldap account management is not working
http://bugzilla.mindrot.org/show_bug.cgi?id=740
------- Additional Comments From dtucker at zip.com.au 2003-11-19 23:20 -------
According to the man page, pam_ldap doesn't support account management.
$ man pam_ldap
[snip]
The pam_ldap.so.1 module supports two components: the
Authentication component and the Password management com-
ponent.
------- You are