similar to: Username map and UNIX UID assignments - my findings

Displaying 20 results from an estimated 900 matches similar to: "Username map and UNIX UID assignments - my findings"

2003 Dec 01
0
No subject
corresponding UNIX user (or dummy entry in the password file) for each NT user who you want to authenticate, otherwise they can't get on unless you have set up "guest ok =yes" and defined a username for "guest" to connect as . This works for us, my NT karen account gets matched to my Unix Karen account, new files I create from the PC side get assigned the correct Unix UID,
2003 Dec 01
0
No subject
corresponding UNIX user (or dummy entry in the password file) for each NT user who you want to authenticate. This works for us, my NT karen account gets matched to my Unix Karen account, new files I create from the PC side get assigned the correct Unix UID, my login directory is shared via [HOMES] correctly, etc as long as I don't run winbindd. However, when I turn on winbindd, the NT
2002 Oct 17
1
Username map and UNIX UID assignments
I'm testing Samba 2.2.5 with winbind. I can successfully authenticate domain users who do and don't have corresponding UNIX accounts as well as domain users who do have a UNIX account. Files created from PC side by usera show up in UNIX "ls -l" as owned by usera so I thought the automatic username mapping was working correctly, but I found out that usera isn't being
2002 Aug 15
1
Winbind in Samba 2.2.5 not automatically mapping the NT users with corresponding UNIX accounts
Have you tried in smb.conf username map = /usr/local/samba/lib/domainuser.map winbind use default domain = no For every user you have to create an entry in the /usr/local/samba/lib/domainuser.map, that looks like <unixusername> = "<domainname>+<username>" I?m using a script that generates the domainuser.map automaticly, because our users are using NIS
2002 Apr 11
1
rsync : old file dates generating error during nfs rsync session: Value Too large for defined data type
I was troubleshooting a problem we were having with some files not rsyncing properly over an nfs mount (the destination device is a snapserver (NAS) that did not have native ability to receive streaming rsync info, that's why we were doing this rsync over an NFS connection to the snapserver). Anyway, at first I thought this was just one of the quirks of the snapserver (it isn't
2002 Sep 03
0
Configure problems in samba 2.2.4 and 2.2.5 on both Irix and sola ris
I've built samba by hand before , but I've never seen this message, perhaps you can shed some light. I suddenly can't get past the ./configure script. ./configure --prefix=/usr/samba --with-winbind --with-automount gives me the following error: checking for conflicting AUTH_ERROR define in rpc/rpc.h ... no checking for test routines ... configure: error: can't find
2002 Oct 29
0
RE: Can you assist me? I have seen yours and Jennifer Fountains corr espondence
1. What version of samba? You should be trying 2.2.5 or 2.2 6 for one of the more stable winbind releases. 2. Are you running NIS? Try changing the winbind separator to _ (underscore) 3.. Did you put winbind in your nsswitch.conf file? If so, did you force the system to re-read that info (happens automatically on solaris, must run nsadmin restart on Irix, don't know about other
2002 Oct 23
5
samba and winbind issues
I know winbind (i think) is working fine. i can log into a unix box with my NT userid but when i try to access shares on my samba server, i get these errors: [2002/10/23 08:47:01, 0] lib/util_sec.c:(111) Failed to set gid privileges to (-1,-2) now set to (0,0) uid=(0,0) [2002/10/23 08:47:01, 0] lib/util.c:(1092) PANIC: failed to set gid [2002/10/23 09:17:08, 0] lib/util_sec.c:(111) Failed
2002 Sep 06
1
What is in your PATH definition when running the samba configure?
It seems that the rest of the world is able to get past the configure step in samba 2.2.5, but I get an error (I didn't have this problem when I compiled samba 2.2.2 or 2.2.3a, so it leaves me rather stumped). ./configure --prefix=/usr/samba --with-winbind --with-automount gives me the following error on both solaris and irix: checking for conflicting AUTH_ERROR define in rpc/rpc.h
2002 Nov 04
1
User nobody logging in to shares instead of domain us er
I am assuming that you have guest ok = yes, and that guest is the nobody account. It sounds like your name lookups are not searching winbind, do you have winbind in your nsswitch.conf file for password and group? Have you restarted your nameservice lookups (automatic on solaris, nsadmin restart on Irix, don't know about other platforms but a reboot should certainly take care of it if you
2002 Nov 07
1
RE: SWAT not working, can't authenticate
Did you make sure localhost resolves? Also, depending on your /etc/resolv.conf, you may have to fully qualify the host's name including the DNS domain. I seem to rember having problems with this, and some combination of using localhost or hostname.domain.edu or using the actual IP address of the host cleared up the problem. Karen Wieprecht -----Original Message----- From: Noel Kelly
2002 Oct 21
0
Solution for winbind problem: incorrect password or unknown usern ame
We had winbind running great, but suddenly we were getting this GUI that said: Incorrect password or unknown Username for : \\hostname <\\hostname> Connect as: (rectangle to enter username ) Password: (rectangle to enter password) Wbinfo showed that I was talking to the domain controller successfully, but I could not get onto the samba shares. I finally isolated that this
2003 Sep 22
0
Samba not announcing the correct IP address to a Windows NT Wins server
We have two systems with dual NICs that run samba 2.2.5 with winbind, and neither of them is announcing the system's primary IP address correctly to the WINS server. The systems show up in the wins database with the secondary IP address (which is the private network we use for the heartbeat/meta data on our CXFS cluster). We worked around it by entering the correct IP addresses for these
2002 Sep 26
2
valid users and groups with winbind
Hi, Just starting on this list. I have samba (2.2.5a) on Linux/s390 and winbind authenticating and providing shares. I add the global to smb.conf: valid users = '@Domain Users' After that, I can no longer get the share even though I am in the 'Domain Users' group. # id poklcc+mikem uid=10001(POKLCC+mikem) gid=10000(POKLCC+Domain Users) groups=10000(POKLCC+Domain Users)
2002 Feb 14
0
Sharing to domain users?
Couple questions to those who have the winbindd service up and running... I *think* winbindd is working now... I can browse the samba server through windows explorer and open directories. There is a little delay when I first connect... I assume this is winbind passing the authentication request to my NT servers and awaiting a response. The problem now is that I can't seem to write to the
2002 Jun 11
1
NT user name doesn't match unix username when winbindd is runnin g
Samba team, I posted the following message on May 30 to comp.protocols.smb, but no one has responded to the posting as of yet, so I thought I'd try this email list. We are testing winbind and security=domain to authenticate NT users on our UNIX box in samba (v2.2.3a). Winbind is working correctly. Wbinfo shows users as domainname+username (we are using "+" as the
2002 Sep 30
5
2.2.5 and NIS question
Hi there, i'd like to use NIS (AIX based) to authenticate the samba-users (to implement samba enterprise wide) in "using samba" is an option which should be configured (--with-nis) (NOT the --with-nisplus option) now i got 2.2.5 (source) - but in "configure" this option is missing Was this dropped in version 2.2.5 ? Which was the last version that's able to work
2002 Dec 13
2
UNIX with samba .vs. native Windows Server , how to compare thei r performance for Windows-biased management
I had samba working on an old Sun Enterprise server using a JBOD that was managed with veritas volume manager (legacy stuff that had long outlived it's usefulness). Management arbitrarily decided to replace the aging Solaris server with a native Windows server without talking to me. I instead tried to persuade them to use an SGI cluster I had been putting together and use newer features of
2008 Jun 16
1
x labels out of Quartz canvas
Hi R world, I am such a newbie, with only 4-5 days of R experience. I did a search in forum history but couldn't find a solution to my problem... Sorry if it's obvious: I managed to draw a barplot (yey!) with xlabels of 'long' names (filenames, to be particular). To make them readable, I place them perpendicular to the axis (las=2). When I do that, however, these names don't
2019 Oct 10
1
Broken link on doc.dovecot.org
Hi again, I wanted to check in and see if you got my note about the broken link on your site. Thanks! Karen On Monday, October 7, 2019 at 5:05 PM, Karen Woodman <karen at getmailbird.co> wrote: > Hi there, > > I noticed that you have a broken link to a website called Qmail.org. That > site was first published 23 years ago (back in 1996!) but unfortunately, it > is no