Networking Forums

Networking Forums > Computer Networking > Linux Networking > Two word username

Reply
Thread Tools Display Modes

Two word username

 
 
harryguy082589@gmail.com
Guest
Posts: n/a

 
      05-08-2005, 01:06 AM
HI,

I'm setting up a samba sever (I'm not sure which version, but I think
it's the newest, I just ran up2date- if you tell me how to find the
version # I will) on Fedora Core 3 to work on a small home network. I
have a computer with XP pro and I've trying to log in, but I kept
getting errors- until I finally decided to try changing the username
from "remote access" to remote, I've been able to use usernames with a
space before (I just reinstalled fedora to start over), does any one
have any idea why it wouldn't work?

 
Reply With Quote
 
 
 
 
Vic
Guest
Posts: n/a

 
      05-08-2005, 07:28 AM
> I
> have a computer with XP pro and I've trying to log in, but I kept
> getting errors- until I finally decided to try changing the username
> from "remote access" to remote, I've been able to use usernames with a
> space before (I just reinstalled fedora to start over), does any one
> have any idea why it wouldn't work?


Can I suggest you don't do this?

XP exhibits interesting behaviour when using spaces within names - local
logins seem to work OK, but remote logins tend to fail.

I spent some time working throught this problem once - the practical
upshot was that XP could not be relied on to work across a network using
multi-word usernames. I junked those ("Jane Smith" became "JaneSmith")
and everything sprang into life...

Vic.





--
Posted via Mailgate.ORG Server - http://www.Mailgate.ORG
 
Reply With Quote
 
Michael Heiming
Guest
Posts: n/a

 
      05-08-2005, 07:55 AM
In comp.os.linux.networking (E-Mail Removed):
> HI,


> I'm setting up a samba sever (I'm not sure which version, but I think
> it's the newest, I just ran up2date- if you tell me how to find the
> version # I will) on Fedora Core 3 to work on a small home network. I
> have a computer with XP pro and I've trying to log in, but I kept
> getting errors- until I finally decided to try changing the username
> from "remote access" to remote, I've been able to use usernames with a
> space before (I just reinstalled fedora to start over), does any one
> have any idea why it wouldn't work?


First off, there's zero reason to reinstall Linux for a small
problem, this isn't doze. I'd try username without spaces and
see if this works better. Spaces in user/file/directory names are
just another annoyance, likely to give you one headache after
another, do yourself a big favor, don't.

--
Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
#bofh excuse 75: There isn't any problem
 
Reply With Quote
 
kevin bailey
Guest
Posts: n/a

 
      05-08-2005, 11:45 PM
(E-Mail Removed) wrote:

> HI,
>
> I'm setting up a samba sever (I'm not sure which version, but I think
> it's the newest, I just ran up2date- if you tell me how to find the
> version # I will) on Fedora Core 3 to work on a small home network. I
> have a computer with XP pro and I've trying to log in, but I kept
> getting errors- until I finally decided to try changing the username
> from "remote access" to remote, I've been able to use usernames with a
> space before (I just reinstalled fedora to start over), does any one
> have any idea why it wouldn't work?


spaces do not sit well with how computers actually work - to use them extra
functionality has to be added to the OS.

if you use spaces in filenames, folder names, usernames etc eventually some
code/application which has forgotten to allow for them will fail.

so save yourself much pointless hassle and time by not using spaces - it's
what your computer would prefer!

HTH - kev
 
Reply With Quote
 
Paul
Guest
Posts: n/a

 
      05-09-2005, 01:15 PM
(E-Mail Removed) wrote:
> HI,
>
> I'm setting up a samba sever (I'm not sure which version, but I think
> it's the newest, I just ran up2date- if you tell me how to find the
> version # I will) on Fedora Core 3 to work on a small home network. I
> have a computer with XP pro and I've trying to log in, but I kept
> getting errors- until I finally decided to try changing the username
> from "remote access" to remote, I've been able to use usernames with a
> space before (I just reinstalled fedora to start over), does any one
> have any idea why it wouldn't work?
>

I think you will find ( somewhere in the documentation ) that spaces (
and some other characters &, %, ., etc ) are specifically NOT ALLOWED.


Apart from all sorts of spurious hard to debug problems, doing things
that are specifically not allowed is asking for problems.
 
Reply With Quote
 
harryguy082589@gmail.com
Guest
Posts: n/a

 
      05-10-2005, 05:40 PM
One other question though that's come up dealing with files and
sharing and what not- how set it so that all by default new folders
have the same permissions as their parent folder? In addition, how do I
cause permissions of a folder and all its subfolders to be changed at
once?

Michael Heiming wrote:
> In comp.os.linux.networking (E-Mail Removed):
> > HI,

>
> > I'm setting up a samba sever (I'm not sure which version, but I

think
> > it's the newest, I just ran up2date- if you tell me how to find the
> > version # I will) on Fedora Core 3 to work on a small home network.

I
> > have a computer with XP pro and I've trying to log in, but I kept
> > getting errors- until I finally decided to try changing the

username
> > from "remote access" to remote, I've been able to use usernames

with a
> > space before (I just reinstalled fedora to start over), does any

one
> > have any idea why it wouldn't work?

>
> First off, there's zero reason to reinstall Linux for a small
> problem, this isn't doze. I'd try username without spaces and
> see if this works better. Spaces in user/file/directory names are
> just another annoyance, likely to give you one headache after
> another, do yourself a big favor, don't.
>
> --
> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
> mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
> #bofh excuse 75: There isn't any problem


 
Reply With Quote
 
Unruh
Guest
Posts: n/a

 
      05-10-2005, 06:52 PM
(E-Mail Removed) writes:

>One other question though that's come up dealing with files and
>sharing and what not- how set it so that all by default new folders
>have the same permissions as their parent folder? In addition, how do I
>cause permissions of a folder and all its subfolders to be changed at
>once?


man chmod
look at the -R option.


>Michael Heiming wrote:
>> In comp.os.linux.networking (E-Mail Removed):
>> > HI,

>>
>> > I'm setting up a samba sever (I'm not sure which version, but I

>think
>> > it's the newest, I just ran up2date- if you tell me how to find the
>> > version # I will) on Fedora Core 3 to work on a small home network.

>I
>> > have a computer with XP pro and I've trying to log in, but I kept
>> > getting errors- until I finally decided to try changing the

>username
>> > from "remote access" to remote, I've been able to use usernames

>with a
>> > space before (I just reinstalled fedora to start over), does any

>one
>> > have any idea why it wouldn't work?

>>
>> First off, there's zero reason to reinstall Linux for a small
>> problem, this isn't doze. I'd try username without spaces and
>> see if this works better. Spaces in user/file/directory names are
>> just another annoyance, likely to give you one headache after
>> another, do yourself a big favor, don't.
>>
>> --
>> Michael Heiming (X-PGP-Sig > GPG-Key ID: EDD27B94)
>> mail: echo (E-Mail Removed) | perl -pe 'y/a-z/n-za-m/'
>> #bofh excuse 75: There isn't any problem


 
Reply With Quote
 
Douglas O'Neal
Guest
Posts: n/a

 
      05-11-2005, 03:52 PM
Paul wrote:
> (E-Mail Removed) wrote:
>
>> HI,
>>
>> I'm setting up a samba sever (I'm not sure which version, but I think
>> it's the newest, I just ran up2date- if you tell me how to find the
>> version # I will) on Fedora Core 3 to work on a small home network. I
>> have a computer with XP pro and I've trying to log in, but I kept
>> getting errors- until I finally decided to try changing the username
>> from "remote access" to remote, I've been able to use usernames with a
>> space before (I just reinstalled fedora to start over), does any one
>> have any idea why it wouldn't work?
>>

> I think you will find ( somewhere in the documentation ) that spaces (
> and some other characters &, %, ., etc ) are specifically NOT ALLOWED.
>
>
> Apart from all sorts of spurious hard to debug problems, doing things
> that are specifically not allowed is asking for problems.


I think that if you'll add the following line to /etc/passwd than you
can run su 'o neal':

caffeine root # tail -n1 /etc/passwd
o neal:x:500:500ouglas O'Neal:/home/oneal:/bin/bash
caffeine root # su - 'o neal'
oneal@caffeine oneal $ id
uid=500(o neal) gid=500(oneal) groups=500(oneal)

Not that I'm advising doing this, but login is amazingly forgiving. Also,
expect that any scripts that rely on $USER, $MAIL, `id -un`, etc. are not
going to be so forgiving.

Doug
 
Reply With Quote
 
Carles Arjona
Guest
Posts: n/a

 
      05-12-2005, 07:52 PM
(E-Mail Removed) escribió:

> I'm setting up a samba sever (I'm not sure which version, but I think
> it's the newest, I just ran up2date- if you tell me how to find the
> version # I will)


man smbd

-v Prints the version number for smbd.

--
Regards,

Carles Arjona (E-Mail Removed) ( nospammer IS my real username )
 
Reply With Quote
 
Kevin Collins
Guest
Posts: n/a

 
      05-13-2005, 09:48 PM
In article <d5t9oh$d8$(E-Mail Removed)>, Douglas O'Neal wrote:
> Paul wrote:
>> (E-Mail Removed) wrote:
>>
>>> HI,
>>>
>>> I'm setting up a samba sever (I'm not sure which version, but I think
>>> it's the newest, I just ran up2date- if you tell me how to find the
>>> version # I will) on Fedora Core 3 to work on a small home network. I
>>> have a computer with XP pro and I've trying to log in, but I kept
>>> getting errors- until I finally decided to try changing the username
>>> from "remote access" to remote, I've been able to use usernames with a
>>> space before (I just reinstalled fedora to start over), does any one
>>> have any idea why it wouldn't work?
>>>

>> I think you will find ( somewhere in the documentation ) that spaces (
>> and some other characters &, %, ., etc ) are specifically NOT ALLOWED.
>>
>>
>> Apart from all sorts of spurious hard to debug problems, doing things
>> that are specifically not allowed is asking for problems.

>
> I think that if you'll add the following line to /etc/passwd than you
> can run su 'o neal':


Umm, I think he was talking about in Samba, not Linux...

> caffeine root # tail -n1 /etc/passwd
> o neal:x:500:500ouglas O'Neal:/home/oneal:/bin/bash
> caffeine root # su - 'o neal'
> oneal@caffeine oneal $ id
> uid=500(o neal) gid=500(oneal) groups=500(oneal)
>
> Not that I'm advising doing this, but login is amazingly forgiving. Also,
> expect that any scripts that rely on $USER, $MAIL, `id -un`, etc. are not
> going to be so forgiving.
>


Kevin
--
Unix Guy Consulting, LLC
Unix and Linux Automation, Shell, Perl and CGI scripting
http://www.unix-guy.com
 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
A word for Idnet Eeyore Broadband 0 04-08-2007 08:09 AM
Opening links in Word tf19@hotmail.com Broadband 1 10-11-2006 07:14 PM
word problems Ike Wireless Internet 0 06-08-2005 04:16 AM
Windows XP profiles and Server 2003 (username.000 instead of username.domain) Herm Windows Networking 2 02-10-2005 11:05 AM
pass word cjhughes Windows Networking 1 05-08-2004 03:47 PM



1 2 3 4 5 6 7 8 9 10 11