search for: userna

Displaying 3 results from an estimated 3 matches for "userna".

Did you mean: usera
2005 Dec 13
1
[Bug 1099] usernames in config file cannot contain space
...-------------------------------- Status|NEW |RESOLVED Resolution| |DUPLICATE ------- Comment #1 from dtucker at zip.com.au 2005-12-13 19:24 ------- This is a dupe of bug #482. The workaround is to use the 8.3 name ("userna~1") for the directory. The parser need to learn how to either escape spaces (John\ Smith), understand quotes ("John Smith") or both. *** This bug has been marked as a duplicate of 482 *** ------- You are receiving this mail because: ------- You are the assignee for the bug, or...
2002 Nov 07
1
smbpasswd (adding machines?) with pdb_mysql doesn't work
...ight also be my own stupidity too - let me know ;-) I've got a machine called "bbmachine" - without pdb_mysql, I can join the domain no problems. However, I need to rejoin the machines to the domain once I use pdb_mysql. Just inserting a machine account into the mysql database (username, nt username, password) doesn't work, so I thought I'd try smbpasswd - I get this error. root@serber[/etc/samba]# smbpasswd -a -m bbmachine$ Connecting to database server, host: localhost, user: sambauser, password: sambapass, database: samba, port: 3306 Error while executing MySQL...
2006 Feb 22
15
Fixtures and Relationships
In my daily development, I migrate back and forth between versions, and often do: rake load_fixtures... ... in order to populate my development database with fun data. Now, with any HABTM relationship, there are failures, as there is no way to say "which" fixtures to load first. Within an actual functional or unit test case, you could simply load them in the proper order, but