Displaying 2 results from an estimated 2 matches for "svn1".
Did you mean:
svn
2013 Sep 16
0
tdb idmap returns different GID's for the same SID from time to time
...mber.
I'm using a samba nss and creating local groups for a domain users.
Here part of my nsswitch.conf:
group: files winbind
passwd: files winbind
The problem is that the tdb unix GID mappings returns different ID from time to time for the same SIDs.
Suppose we have a local group "samba_svn1", created with "NET SAM CREATELOCALGROUP".
After creation, group "samba_svn1" has SID S-1-5-21-3743722752-3344840800-2625497366-1074 and GID 30025. But, from time to time this SID receives a
different GID mapping: 30027.
Following are the result of service commands, which...
2007 Jun 19
1
BlackBox testing
...blic API (if PHP
properly supported encapsulation that is). The PHP implementation
really only includes a single public method?writeSWF. Basically, you
pass writeSWF a data structure, and it returns SWF bytecode.
Pretty simple on the surface, but the actual SwfCompiler class is
monolithic ( http://svn1.cvsdude.com/osflash/swx/trunk/php/SwfCompiler.php
).
Here''s my question: I lean towards protecting as many methods of my
classes as possible. Protect first, then make public if it becomes
necessary to do so. Following the original implementation, my only
public method would be SwfCompiler...