Displaying 20 results from an estimated 150 matches similar to: "help needed: connecting with similar windows-unix usernames?"
2001 Mar 02
3
Preloading WINS registrations
I have a couple of Samba boxes, one of which is dedicated to WINS. The other I dole out anti-virus stuff to 3,500 odd PCs from.
This second one will disappear from the WINS server from time to time which is a bit of a pain. I use nmblookup -R -U <wins_ip> <2nd_box_ip> to test for it. All clients are configured as "P" nodes so WINS is a bit essential. To bring it back I
2006 Nov 09
0
Usernames with mixed case problems
Hi,
Just noticed this problem, which I have not been able to find a solution
at the normal locations:
We use samba to mount Solaris file systems on PC with Microsoft Active
Directory as the domain control.
We have a few users who have been given usernames with mixed case
WStudent in windows (God knows why the PC guys did this, but it is to
late to change it) and now these users can not
2008 Sep 11
0
@ signs in usernames/multi-tenant samba
Is there any way to get samba to work with usernames that look like
email addresses? Perhaps a way to escape the "@" ?
I ask because I'm setting up a samba server with LDAP backend whose sole
purpose is to share [homes] directories for end-users from multiple
companies using virtual desktops at a hosting provider. I need to have
unique logins across these companies and would
2010 Mar 15
0
Allow utf-8 usernames in scp
Hello,
scp(1) doesn't allow copying files to a remote host with a username
containing utf-8 characters. It just returns "invalid user name".
While traditionally usernames were restricted to printable us-ascii,
nowadays there's little problem in allowing them. In fact, it is allowed
by ssh, and even scp when copying _from_ such username.
The limitation seems to lie on the if
2005 May 25
0
Fwd: Re: Problem in fetching usernames of a group
Thanks Sir,
just inquisitive, because in a similar PDC configured on NT, I can have
groupnames similar to usernames. Also because this is done through a script
from web I was getting problems... however now I know it shouldnt be done so
I will have to validate that, but a similar validation or some error string
displayed from the command itself would be usefull..
regards
On Wednesday 25 May 2005
2007 Feb 26
0
Capital letters in usernames
Hi,
Can anyone help me with an annoying problem regarding capital letters
in usernames.
I have three users whose usernames begin with a capital, and I'd
really like to fix this so that all usernames are lower case, for
consistency and to avoid confusion if they use other services provided
by the linux box.
(I'm using tbdsam backend, with Samba 3.0.22 as PDC.)
I've tried using
2000 Feb 10
0
samba and usernames
Hello all,
I'm putting into production a samba server on rh6.1 with samba-2.0.5a-12
(installed via rpm).
The goal is to have windows 9x and nt 4.0 (sp5 and sp6) access
individual user directories on that server. The unix password file
matches username values as stored on our NT domain.
some of the globals:
security = server
password server = OURPDCNetBIOSNAME
under share functions:
2006 Jan 19
0
sipTAPI and usernames
I have installed the sipTAPI from
http://sourceforge.net/projects/siptapi/
when I use user names like joash.herbrink in Asterisk, it is not working
when I change the sip username to my internal extension, like 1006, it
works fine.
Anybody any idea as to why this is?
met vriendelijke groet,
Joash Herbrink
Technical Consultant
"Control the flow" De Kahuna groep
2005 May 26
0
Samba PDC, Usernames case sensetive on linux
Hi,
Asking for recommendation.
On the linux, users can be created....
aaa
AAA
aAa
all are different users on linux...
but on Windows this is not valid...
now in case there is a case that there are two users called Chin and chin...
will there be a problem with Samba PDC...
if both are added to samba users...
at present the only problem is I see is that users are unable to create there
profiles
2005 Nov 03
1
authentication with usernames?
Hi
I'm glad to see that pxelinux now has support for password
authentication ;) Is it possible to extend that feature to use a
username/password combination? Something like the menu.c32 loading a file
that has uid/pw mappings and using them..
People (well, admins) tend to keep quiet about their own passwords better
than a common password, so the feature would help here ;) (having a
2016 Oct 31
0
[Bug 1037] Not all valid usernames are accepted by skuid
https://bugzilla.netfilter.org/show_bug.cgi?id=1037
Pablo Neira Ayuso <pablo at netfilter.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #1 from Pablo Neira Ayuso
2008 Aug 20
1
Samba + Vista SP1 usernames with @ not working
Hi
I was wondering if anyone came across an issue with Vista with SP1 and
usernames that have @ in their usernames (example username@domain.com).
The login to samba network stopped working once i have installed SP1.
The message I get is:
The local Session Manager service failed to logon
The data area passed to a system call is too small
>From the server side i don't really seen any
2000 Dec 11
2
Point in usernames / scp
Hi,
we are using usernames on our systems that contain a point '.', like
"r.john".
We found it necessary to patch the source to make the "scp" command work
with those usernames.
Cheers
Kai
--- openssh-2.2.0p1/scp.c Wed Aug 30 01:11:30 2000
+++ withpoint/scp.c Mon Dec 11 02:06:35 2000
@@ -1042,7 +1042,7 @@
c = *cp;
if (c & 0200)
goto bad;
- if
2003 Jan 23
0
[Bug 472] New: scp won't accept 'hash' character in usernames, ssh will
http://bugzilla.mindrot.org/show_bug.cgi?id=472
Summary: scp won't accept 'hash' character in usernames, ssh will
Product: Portable OpenSSH
Version: 3.5p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: scp
AssignedTo: openssh-unix-dev at mindrot.org
2003 Jan 23
2
[Bug 472] scp won't accept 'hash' character in usernames, ssh will
http://bugzilla.mindrot.org/show_bug.cgi?id=472
------- Additional Comments From chuzwuzza at optusnet.com.au 2003-01-23 17:15 -------
Created an attachment (id=207)
--> (http://bugzilla.mindrot.org/attachment.cgi?id=207&action=view)
Patch to allow 'hash' character in scp usernames
------- You are receiving this mail because: -------
You are the assignee for the bug, or
2009 Apr 10
1
'#' in usernames with scp
Hello,
Some hosting companies insist on having usernames of the form
user#account(@example.com). The ssh client is quite happy with such
usernames, but scp fails with 'invalid user name'. Looking at the
source code, scp rejects ' " ` # and ' ', whereas ssh apparently
enforces no such restriction.
My question is twofold:
Firstly, why do ssh and scp behave differently?
2011 Jun 22
0
Logging failed attempts to correct usernames
[ using FreeBSD 8.2, but I don't think the problem is specific to their port ]
For fail2ban purposes I'd like to log failed SSH authentication attempts
of correct (i.e., existing) usernames.
I have no issue with the logging of authn attempts to non-existing
usernames.
I've tried to set LogLevel=VERBOSE and MaxAuthAttempts=1 in sshd_config,
but even then I didn't see
2004 Jul 20
3
[Bug 899] sshd displays illegal usernames through setproctitle()
http://bugzilla.mindrot.org/show_bug.cgi?id=899
Summary: sshd displays illegal usernames through setproctitle()
Product: Portable OpenSSH
Version: 3.8.1p1
Platform: All
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: openssh-bugs at mindrot.org
2005 Oct 10
0
[Bug 1100] GSSAPI-with-mic doesn't handle empty usernames
http://bugzilla.mindrot.org/show_bug.cgi?id=1100
Summary: GSSAPI-with-mic doesn't handle empty usernames
Product: Portable OpenSSH
Version: 4.2p1
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: sshd
AssignedTo: bitbucket at mindrot.org
ReportedBy:
2005 Dec 13
1
[Bug 1099] usernames in config file cannot contain space
http://bugzilla.mindrot.org/show_bug.cgi?id=1099
dtucker at zip.com.au changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |DUPLICATE
------- Comment #1 from dtucker at zip.com.au 2005-12-13 19:24