search for: user_name_here

Displaying 4 results from an estimated 4 matches for "user_name_here".

2002 May 14
2
Creating Samba users?
I am a new Samba user - I just installed on Solaris 8 and (finally) got smbd and nmbd running. Now how do you create a user in Samba? The documentation provides tons of information about smbadduser and smbpasswd except *how to use it.* Any help is greatly appreciated. For example, how to I create a Samba "root" user if I am the Unix "root" user? Thanks -- JW
2006 Jul 13
0
"... is a domain, not a user" error
Hello, I'm using SaMBa to share homedirs of a linux server. Since version 3.0.23, when i try to reach the home dir of a user that have the server's name i have this error: auth/auth_util.c:create_token_from_username(1059) [user_name_here] is a Domain, not a user This happens only with security = SHARE (works fine w/ security = USER) and only for shares like \\my_servername\my_servername, all other homedirs (\\my_servername\root, \\my_servername\public, etc.) are OK. This sounds like a bug to me. My smb.conf is very simple: [gl...
2006 Jan 22
2
a newbie doomed in the first introduction to ruby.
Hello, I have bought the Dave Thomas Agile Developtment with Rails. (I have previously bought and read his Programming with Ruby book) On my winxp sp2 system ruby 1.8.15 (one click installer), rails 1.0framework (with ruby gems) and mysql 5.0 are installed. While following the example stated in the Chapter Building an Application I had following problem. After creating databases for test,
2006 Jan 22
2
a newbie doomed in the first introduction to rails.
...t; I''ve posted this before, but it might help. Of course this kind of setup > will need to be adjusted if the databases do not all have the same user name > and password. > > authentication: &authentication > adapter: mysql > host: host_name_here > username: user_name_here > password: mysql_password_here > > development: > database: db_development > <<: *authentication > > test: > database: db_test > <<: *authentication > > production: > database: db_production > <<: *authentication > > On 1...