Displaying 2 results from an estimated 2 matches for "teamster".
2004 Jul 10
2
Solaris username character limit issues.
...es or names longer than 8
characters show up fine when I do a getent [passwd|group], and I can
ch{own,grp} using the GNU versions of those utilities a file to something
like 'Domain Admins' without any trouble.
But, if I do something like:
[myshare]
path = /attach/blah
valid users = "TEAMSTER/Jimmy Hoffa" @"TEAMSTER/Domain Admins"
I will be denied access if:
-- I try to connect as TEAMSTER\Jimmy Hoffa
-- I try to connect as member of the group TEAMSTER\Domain Admins if that
username in the group has a username longer than 8 characters.
I will be granted access if:
--...
2005 Jun 27
9
FK constraints overrated?
Hello folks,
I use to think that a relational databases without foreign keys
constraints enforced strictly by the RDBMS were no good, piece of crap,
data junk.
However, I''ve also learned the hard way that FKs constraints imposes
serious difficulties when moving data around, specially between
different DBs, or for loading test data or for upgrading DBs schemas, or
for porting DBs