similar to: Samba from source on CentOS 5 -- nsswitch woes

Displaying 20 results from an estimated 1000 matches similar to: "Samba from source on CentOS 5 -- nsswitch woes"

2018 Aug 24
1
login a Linux client to a Samba NT4 style domain
Hi, I would like to do what I mentioned in the subject on an Ububtu 18.04. I tried it with the following steps: https://lists.samba.org/archive/samba/2011-March/161372.html My files on the client: smb.conf [global] ;Workstation Settings workgroup = PM netbios name = DS1223 server string = %h security = domain idmap backend = tdb idmap uid = 15000-20000 idmap gid = 15000-20000 wins server =
2004 Oct 05
1
samba server as NT4 domain member- security=domain - need to create password db manually?
# Global parameters [global] workgroup = MYDOMAIN server string = Samba Server %v on %L security = DOMAIN log file = /var/log/samba/%m.log max log size = 50 socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 printcap name = /etc/printcap local master = No dns proxy = No wins server = MYWINSERVER idmap
2017 Nov 05
0
ntfs user mappings?
I decided to continue trying the ldap route as well littlehex2int() { hex=$1 hex_chunk=$(echo ${hex}|cut -c$2-$3) little=$(echo ${hex_chunk}|awk '{print substr($0,7,2)substr($0,5,2)substr($0,3,2)substr($0,1,2)}') echo "ibase=16; ${little}" | bc } base64_to_sid() { OBJECTSID="$1" hex=$(echo ${OBJECTSID}|base64 -d|od -A n -x -w28 --endian=big|sed 's/
2017 Nov 04
2
ntfs user mappings?
. DOMAIN_ADMIN_PASSWD.sh echo ${PASSWD} | kinit ${ADMIN}@${DOMAIN} echo -n > /etc/ntfs-3g.usermap for DOMAIN_USER in $(wbinfo -u);do RPCLOOKUPID=$(rpcclient -P -c "lookupnames ${DOMAIN_USER}" ${DOMAIN}) if [ "${RPCLOOKUPID:0:7}" != "ERROR: " ] && [ "${RPCLOOKUPID:0:7}" != "Failed " ];then SID=$(echo ${RPCLOOKUPID}|awk '{print
2019 Oct 25
1
net ads join -- strange message
hello, Le 23/10/2019 ? 12:45, Rowland penny via samba a ?crit?: > On 23/10/2019 10:51, nathalie ramat via samba wrote: >> Hello, >> >> I have an server ad? - everything seems ok >> I have a windows client and a linux client . The users must to >> connect on windows or on linux with the same home. >> >> when I join my client linux with the command net
2017 Nov 05
0
ntfs user mappings?
Not bad but I wanted an ldap version because I was having issues running ldbsearch as a normal user. I created the following functions to get it in and out of base64 and hex swap_endian() { local input=$1 local output="" while [ "${input}" != "" ];do output="${input:0:2}${output}" input=${input:2} done echo $output } base64_to_hex() { echo $(echo
2017 Nov 05
3
ntfs user mappings?
On Sat, 4 Nov 2017 18:42:36 -0600 Jeff Sadowski <jeff.sadowski at gmail.com> wrote: > I decided to continue trying the ldap route as well > > littlehex2int() > { > hex=$1 > hex_chunk=$(echo ${hex}|cut -c$2-$3) > little=$(echo ${hex_chunk}|awk '{print > substr($0,7,2)substr($0,5,2)substr($0,3,2)substr($0,1,2)}') > echo "ibase=16; ${little}" |
2006 Feb 20
0
samba domain problems
Hi All, Im still trying to authenticate some of the samba shares to a win2003 sbs server. I succesfully added the samba pc to the domain. Shares with no VALID USER key are accessible from all pc's. Now ive made a share which should ask for a username and password. [share] path = /raid/map writable = yes read only = no valid users = (domainuser_1,
2004 Apr 22
0
internal error occurs while domain users try to access file servers
Hello experts, I have installed Samba3.0.1 for "Account Domain Controller(PDC)" and openLDAP2.2.6 for backend database which stores user accounts. There is Windows2000 Server for "Resource Domain controller" that has a trust relationship with Samba "Account Domain Controller". WINS service is running on "Resource Domain Controller" Windows2000 Server
2005 Apr 05
1
AD auth + local unix groups: access denied?
Hi, I have an access problem related to local unix groups on a FC2 box running the samba-3.0.10-1.fc2 rpms. The goal is to have a read-only share with sub-folders accessible only by one user. All users lised in a local unix group "admin" shall have access to all folders. The samba box uses an external active directory machine for authentication. Winbind is running on the machine.
2006 Feb 27
0
acl and winbindd woes
Hello We have got a samba PDC and BDC running openldap as a backend and it works pretty well. I set up another samba File-Server and joined the domain all right. Also set up winbindd using the idmap facility via ldap. On the File-Server when I do a "wbinfo -n joe" I get "S-1-5-21-1133090748-3639176701-2116357234-1062 User (1)" "wbinfo -s
2015 Apr 21
0
NSLCD works, do I need RFC2307 extensions enabled in AD as well?
On 21/04/15 19:53, john_s wrote: > On 04/20/2015 02:01 PM, Rowland Penny wrote: > >> >> I would suggest you try it on a test set up in a VM and if it works, go >> to production. >> >> Rowland >> > > Hi Rowland, > > Ok, I think I am pretty close. Still using Samba 3.3.6 since I > couldn't seem to get Samba 4 to work from backports. >
2013 Nov 13
1
can't auth against more then 1 domain
I have 2 samba servers. One with centos5+samba 3.033 that has been in service for a few years now. I have installed a centos6+samba 3.6.9. I followed the how-to I did with the first one, copied over the krb5.conf and smb.conf from the working server and all seemed to go well. It is a member server of a window AD. We have 2 DC's that are part of the same forest: SEAS and SEAS-S. I
2003 Apr 22
0
Samba Shares on Solaris 9
Hi all, I'm working with a Samba share on a Solaris 9 box that is authenticating to a domain called NTCAL. I'm having problems browsing this from Network Neighborhood, and can't access the share from a network boot disk. I ran the 'smbpasswd -j NTCAL -r CCWEB' command successfully, then changed the smb.conf as required, but no go. I've put the smb.conf and output from
2015 Feb 09
0
smbclient works with IP address but not hostname
Hi, On Mon, Feb 9, 2015 at 12:29 PM, Graeme Russ <gruss at tss-engineering.com> wrote: > Hi Ashish, > > On 09/02/15 17:50, Ashish Yadav wrote: > >> Hi, >> >> On Sun, Feb 8, 2015 at 11:23 AM, Graeme Russ <gruss at tss-engineering.com >> <mailto:gruss at tss-engineering.com>> wrote: >> >> Hi All, >> >> I've
2023 Feb 17
0
Restarting winbind on OpenVPN connection...
I've a Ubuntu client that connect via OpenVPN to my network; client is joined to the AD domain, and need the 'join' (in loose meaning) to access some remote share. But sometime the client connect and, for example, an 'getent passwd <domain_user>' return nothing. User can access the share, but without membership the ACL on files and folders block the user. Restarting
2003 Aug 19
3
XP Local Group add prblem - Object Picker Incomplete
Hey troops! Well, it seems that I'm the one that needs some helps this time. Here's the situation. I've got a suXP Pro box with SP1 on it that whenever I try to add any 'domain_user' to any 'local_group' it gives me the following error message: "Information returned from the object picker for object "<username>" was incomplete. The object will
2007 Jul 10
2
Winbind failure
Folks, I am setting up a server to use cups printing and samba to communicate with windows. Samba appeared to be working for a little while and then for some reason stopped working. Looking at the log files I see the following: [2007/07/10 12:49:16, 0] smbd/server.c:main(986) standard input is not a socket, assuming -D option [2007/07/10 12:49:16, 0]
2015 Apr 21
3
NSLCD works, do I need RFC2307 extensions enabled in AD as well?
On 04/20/2015 02:01 PM, Rowland Penny wrote: > > I would suggest you try it on a test set up in a VM and if it works, go > to production. > > Rowland > Hi Rowland, Ok, I think I am pretty close. Still using Samba 3.3.6 since I couldn't seem to get Samba 4 to work from backports. My sticking point right now is that winbind is mapping the wrong UID to my test user.
2014 Sep 24
3
Samba not working with sssd on CentOS 6.5
Hello everyone. I joined this list because I cannot find an answer to my problem. The setup is this: I installed CentOS release 6.5 (Final) minimal version Updated all packages Added the server to the Active Directory domain as a member server using the method described here (using adcli, kerberos and sssd): http://jhrozek.livejournal.com/3581.html It worked, I tested by trying to connect through