similar to: SID consistency between two samba servers

Displaying 20 results from an estimated 10000 matches similar to: "SID consistency between two samba servers"

2008 Aug 01
2
SMB share and .mdb files?
Hi. With samba 3.0.25b as part of Mac OS X 10.5.4 Server, I'm encountering issues with .mdb files: Some Windows apps use client software on local machines and one Microsoft Access database on the SMB share. Everything works fine, as long as there's only one client using the .mdb file. As soon as a second client tries to access (and write!) to the .mdb file, the clients on the Windows
2008 Sep 18
1
Leopard SMB File Move Permissions Bug ?
Yea, I realize this is an Apple problem since they do their own things with Samba, but wanted to confer with the samba experts here as Apple has yet to fix this in the last year (10.5.2 to 10.5.5). I've recently report it to apple as still a bug but wondering if it might have a workaround? Scenario: You created or have an existing file on a mac smb share Permissions look like: -rwxr--r-- 1
2017 Jul 08
5
getent group not working on new domain member
I have a troubling circumstance. I've installed a new domain member running Slackware64 14.2. This computer is practically a clone of another domain member I've had set up and running for over a year. Most everything seems to work. I have joined the domain and it does show up as a domain computer. The domain user can log onto the computer just fine. I can run `wbinfo -u`, `wbinfo -g` and
2012 Apr 22
1
SMBD Crash
Our software utilizes an OS X Server (Snow Leopard 10.6.8) for file read and writes. We gather files out of many directories, process them, and then write files back to the server. We had a long time end user who utilizes our software with an XP box upgrade from XP to Windows 7. Now with Windows 7 the SMBD is crashing routinely under heavy loads. Whatever information it was working
2001 Dec 15
3
winbindd: local unix users vs. NTdomain users ........
Hi! I use Samba 2.2.2 on Linux Red Hat 7.1. My Samba server is NT domain member (security = domain), and I use winbindd. I detect some strange situation, as I look. See below. For example, my NT domain is MYDOMAIN (PDC implemented on NT4), and this domain have user myuser (MYDOMAIN+myuser as see him Samba&Winbindd). Linux, which run Samba&winbindd, have local user myuser too. Local
2016 Jul 05
1
Login not possible / machine account issues
Well, in my option, you the have found your problem. https://technet.microsoft.com/en-us/library/cc721940(v=ws.10).aspx 3) ..... After the unique system information is removed, .... And https://blogs.msdn.microsoft.com/aaron_margosis/2009/11/05/machine-sids-and-domain-sids/ Says: Mark?s point is that SIDs must be unique within the authority in which they are used. So while DEMOSYSTEM
2005 Mar 07
4
Multiple samba servers with LDAP
I was wondering what the best practice is for setting up several SAMBA servers in a SAMBA domain all on the same LAN. Here is what I am looking at PDC: LDAP, Samba, nss_ldap, pam_ldap Member1: Samba, nss_ldap, pam_ldap Member2: Samba, nss_ldap, pam_ldap Member . . . . Should I set the member servers up with: Security = domain and join the severs with net rpc join or, whould it be better to set
2023 Feb 28
1
"sh: doveadm: command not found" with doveadm -Dv backup -R
I?m moving from an old mail server to a new one. On the new one, trying to transfer mailboxes from the old machine using doveadm. It fails saying it can?f find doveadm: % sudo doveadm -Dv backup -R -u myuser at bordo.com.au remote:mail.bordo.com.au Password: Debug: Loading modules from directory: /usr/local/lib/dovecot/doveadm Debug: Skipping module doveadm_acl_plugin, because dlopen() failed:
2018 Jul 26
3
Inbox quota usage doubled when mailbox_list_index enabled, under some circumstances
Hello, I searched through the list archives for anything that appeared to be similar to this but I didn't find any good matches.? I apologize if this has been brought up before. Beginning with Dovecot 2.2.34, reported quota usage of a user's inbox can be doubled when the following criteria are met: 1) quota plugin is enabled 2) mailbox_list_index=yes 3) A sub-folder of the inbox
2009 Oct 03
2
Exclude directory from --delete
I have the following 3 commands which are supposed to run every night to back up my web server: rsync -avve ssh --numeric-ids --delete --ignore-errors myuser at myisp.com:/usr/home/myuser /Volumes/Downloads rsync -avve ssh --copy-links --numeric-ids --delete --ignore-errors myuser at myisp.com:/usr/home/myuser/mail_boxes /Volumes/Downloads/myuser/mail_boxesBU rsync -avve ssh --copy-links
2007 Apr 06
1
Vista, share level, UNC
Vista32 3.0.25pre2 (I understand vista patches for "share level" are already in) security = share (with "valid users" on share definition) host msdfs = no user/pass in smbpasswd file. If I use "connect network drive..." method with "connect as another user", then it will always work. If I use start, search , \\server\share and then type user/pass in
2020 Jul 20
3
Performance issues since upgrading to 3.X to 4.X
Pretty close to what i have that : [global] workgroup = PRIVATE server string = %h server log file = /var/log/samba/log.%m max log size = 1000 log level = 0 ####### Authentication ####### ## stand alone everything open. security = user guest ok = yes map to guest = bad password ## map id's outside to domain to tdb files. idmap config * : backend = tdb idmap
2009 Jul 05
3
Ambiguous mail location setting
"Using Dovecot v1.0.alpha4 on OpenBSD 3.8 (same problem find using Dovecot v1.0.alpha3 on OpenBSD 3.7) Log output: _________________________________ dovecot: Nov 04 11:15:28 Info: auth(default): client in: AUTH 1 PLAIN service=IMAP secured lip=127.0.0.1 rip=127.0.0.1 resp=AHl2cmlAbjN1dHJpbm4uaXQAeXVyaW6zgXRyaW1v dovecot: Nov 04 11:15:28 Info: auth(default): sql(myuser at
2011 Oct 19
1
'doveadm quota get' dictionary SQL query ignores specified '@domain' part of username. bad config or bug?
Hi, I'm setting up SQL quota usage in Dovecot2. I've created a MAILBOX parameter table, 'PARAMS', that contains unique <user>@<domain> pairs, with quota data. mysql> select * from PARAMS; +----+------------------------+------------+-------------+------------+ | ai | MAILBOX_user_domain | quota | quota_bytes | quota_msgs |
2012 Dec 18
4
site.pp referring to other manifests without modules
Hi all, I want to do some code reuse, and modules seem overkill. Is it possible to have something like this? A file called myuser.pp class myuser { user {...} file {...} ... } Then in site.pp have this: node ''foo.example.com'' { include myuser .. other things .. } node ''bar.example.com'' { include myuser .. other things .. } When I try this,
2015 Jul 18
2
can't ssh into C7 host
hey guys, Yesterday I had no trouble loggging into this database host. But today for some reason I can't log in using my RSA key and password authentication doesn't work either. I am able to log onto the host via console. And I was able to grab the ssh config file. Here it is: [root at db1 ~]# grep -v '#' /etc/ssh/sshd_config |sed '/^\s*$/d' HostKey
2019 Feb 08
2
index problems after update
Hello List, i have a problem with index-files which is separated in 2 subproblems. May be these problems are connected. Currently we use Ubuntu 18.04 LTS which is bundled with dovecot 2.2.33.2 These servers are fresh installed machines and users are added to the system after, there was no upgrade. Sometimes it happens, that dovecot stops showing new mail. There is no error in log, dovecot just
2012 May 14
2
idmap_ad partially stopped working after upgrading Samba from 3.4.3 to 3.6.3
Dear list, upgrading from SLES11 SP1 to SLES11 SP2, I upgraded Samba from 3.4.3 to 3.6.3. I was successfully using idmap_ad to authenticate users but after the upgrade it stopped working and users are not seen by the OS. Obviously the users I want to see on the Linux server have all RFC2307 attributes populated and are seen by all other SLES11 SP1 servers. I checked everything (I know) from the
2020 Oct 11
6
v2.3.11.3 solr plugin search via MUA fails to match accented ascii characters; cmd line exec of `doveadm fts lookup` PANICs (assertion failed)
I'm running, dovecot --version 2.3.11.3 (502c39af9) solr -version 8.6.3 uname -rm 5.8.13-200.fc32.x86_64 x86_64 grep _NAME /etc/os-release PRETTY_NAME="Fedora 32 (Server Edition)" CPE_NAME="cpe:/o:fedoraproject:fedora:32" Solr FTS plugin is enabled/configured, mail_plugins = virtual acl fts fts_solr plugin { fts = solr fts_autoindex = yes
2015 Jul 03
2
Asterisk 11 and pulseaudio setup as local user
Ok digging deaper... I was always trying to run the session as su myuser -c "asterisk -fn" This does not seem to work. If I login as myuser and run "asterisk fn" it worked... I got a lot of crackly noise that I normally dont have but it worked. Any thoughts on why I cannot run the command as 'su myuser -c "asterisk -fn"' ? Thanks jerry -------------- next