similar to: Samba PDC + LDAP without local Unix accounts?

Displaying 20 results from an estimated 10000 matches similar to: "Samba PDC + LDAP without local Unix accounts?"

2003 Jun 24
2
Samba3-beta1 as a PDC and using tdbsam as passdb backend it takes the home-directory info from /etc/passwd
I didn't get any answers so I try again: I am using tdbsam as passdb backand. I have added root user with pdbedit. The machine trust account was added on the fly. I have added the user with pdbedit. I have created the user in /etc/passwd. When the user logs in from a W2k and mounts the home-directory I noticed that Samba didn't take the home-directory information from tdbsam, it
2003 Jun 29
1
Prob configuring Samba / Ldap an PDC
Hy all I installed samba with ldapsam-backand acting as an Windows Server but i was not able to windiws 2k Workstations joining the Domain. I added the Computername with an $ apended to the ldap-passworddir, i let run smbpasswd -m -a elli, but i cannot add the Computer to the Domain. The smb.conf: --- cut --- [global] workgroup = EINSLE netbios name = SRV01 server string = %h
2020 Sep 22
1
Antispam plugin
Hi System centos8 + dovecot-2.3.8 from repo # 2.3.8 (9df20d2db): /etc/dovecot/dovecot.conf # Pigeonhole version 0.5.8 (b7b03ba2) # OS: Linux 4.18.0-193.19.1.el8_2.x86_64 x86_64 CentOS Linux release 8.2.2004 (Core) ?I need "Antispam plugin". What antispam-plugin I must use ? In older version dovecot-2.2.36.4 i use "dovecot-antispam-plugin" but in centos I had a problem with
2006 Sep 11
1
samba ldap pdc w/unix accounts: local unix and ldap unix users can't resolve uids to names on the server
* distro: ubuntu breezy ( 6.06 ) * samba version: shipped version with updates ( 3.0.22-1ubuntu3.1 ) * no ssl * openLDAP is running on the same machine as samba, and referenced as localhost/127.0.0.1 where applicable ( 2.2.26-5ubuntu2.1 ) * nscd is not installed, much less running I've set up a samba pdc with ldap by following the Samba Guide very closely, adapting it to Ubuntu/Debian where
2007 Oct 29
5
Stuck Voicemails?
This question is about 1.2.x asterisk. Please no flames, or "you should upgrade to 1.4". Does anyone know what might be the cause for 'stuck voicemail's in 1.2.6asterisk? By stuck, I mean the phones show a voicemail, and if you log in you get "you have 1 new voicemail", and if you delete it it says 'deleted', however it remains. Going into the mail
2010 Oct 11
2
Why WOL? ( WAS: Re: Getting Wake on lan to work )
On a semi-related subtopic, Why do I want WoL? What concrete examples are there where it's useful? I understand what it is and how it works but the "why" has eluded me. -- Drew "Nothing in life is to be feared. It is only to be understood." --Marie Curie
2006 Oct 24
2
as.missing
(I'm not sure if this is a request for a feature, or another instance where a feature has eluded me for many years.) Often I have a function which calls other functions, and may often use the default arguments to those functions, but needs the capability to pass along non-default choices. I usually do this with some variation on foo <- function(x, foo2Args=NULL or a list(foo2defaults),
2007 Nov 11
1
Removing axes / frame from plot()
R Help Feel sure there is a simple answer to this but answer has eluded me so far. NB. Using R 2.6.0. I am plotting a simple chart using plot(): plot(df, ylim=c(as.numeric(min(df)), as.numeric(max(df))), col="OliveDrab", xlab="", ylab="") What I would like to do is have this chart appear such that there is only an x and a y axis. I do not want a frame around my
2007 Sep 04
1
Variable scope in a function
Hello, I apologise in advance for this question; I'm sure it is answered in the documentation or this mailing list many times, however the answer has eluded me. I'm trying to write a function where I don't want external variables to be scoped in from the parent environment. Given this function: test_func = function() { if (exists("kat") == FALSE) {
2006 Aug 17
1
powercom issues
And something else, that previously eluded from my thoughts:my "notifyme" script,i.e the script that is executed at an ups.status="OB" event, is: echo `date` >> /root/upsLog echo " No power, shutting down the system!" >> /root/upsLog sleep 30 control=`/usr/local/ups/bin/upsc Inform@localhost ups.status` if [ $control != OL ] then
2008 Apr 15
0
Domain Member using winbind and local Unix accounts
Greetings, I'd like to set up samba to use group and user credentials from our windows domain in mixed mode. I want to be able to give windows users rights to samba file shares without having to set them up with a Unix account locally. If a user does have a local Unix account I'd like to be able to use the local account for permissions. Is this possible with winbind? I've set up
2002 Mar 15
0
User ID gotcha with winbindd when adding local Unix accounts
Just noticed a somewhat subtle gotcha when adding users to a Red Hat Linux system running winbindd. If you use 'adduser', it will see your winbindd uid range and think all the UIDs up to that point are in use. It'll then pick the next available one and use that for the new user ID. Winbindd, unaware of this, will go ahead and pick that UID for the next user you add to the NT domain!
2000 Apr 03
0
UNIX local accounts not being authenticated
Greetings, I am running Samba 2.0.6 onn my Solaris 7 box. It's running well, except; I can't seem to get local UNIX accounts to work. All my users in my NIS database get authenticated without a problem, but since I want to give access to some shares without creating an NIS, thereby creating a local machine account, it prompts for a password and is denied. Access is given, to Windows
2004 Dec 12
2
tdbsam and variables
Dear List Members We are trying to setup samba PDC with tdbsam backend. First question: When "Home Directory" is not set in tdbsam does samba just use the setting of "logon home" in smb.conf? And when it's set does it ignore the smb.conf setting? Second question: Does tdbsam allow the inclusion of variables such as %a, %u, %H, etc.? We were looking at the "Big
2005 May 17
3
Blacklisting repeated login tries
Please CC jmc AT xisl.com on any reply as I'm not subscribed. We are getting several thousand login tries daily all from the same IP each try. It would be a great help to automatically refuse connections from a given IP after a certain number of failed login attempts. I was thinking of doing that myself but if anyone else is about to do it or has done it please let me know. Thanks. John
2007 Mar 23
2
multiple instances of dovecot on one machine
I was trying to run two instances of dovecot on the same machine, each listening on a single IP. The problem I ran into was that each time one was started or restarted, the other stopped responding. I saw the following in the logs: Mar 23 00:02:27 sentinel dovecot: Dovecot v1.0.rc27 starting up Mar 23 00:02:27 sentinel dovecot: Socket already exists: /var/run/dovecot/dict-server After I saw
2008 May 17
7
SAMBA PDC with LDAP backend syncing unix/samba accounts ...
Hi all , I'm running Debian Etch . I just finished configuring SAMBA as PDC to authenticate against LDAP server which works. The system in question uses default debian etch packages. As My Linix/unix accounts can authenticate against it. The LDAP works. I Used the default shipped smbldap-populate script to setup SAMBA. Everything seems to work as Anonymous User or as user
2007 Apr 03
2
Play "blank" sound while VM recording?
Greetings, (Apologies if this is an FAQ, but I've Googled for hours and haven't come up with anything yet.) I have an Asterisk system deployed at a customer's site. It is connected to the outside world by a local SIP provider. When someone calls in through the trunk to leave a voicemail, Asterisk is not sending any RTP packets back through the trunk after the beep is played. This
2018 Mar 01
3
RExcel issues
Hi - For a while I've used RExcel without problems to run a repeating portfolio optimization problem where I solve for a portfolio allocation targeting a particular risk, then solve for a different risk, etc. I call the commands with (e.g.) rinterface.Rrun "(R command)" Recently that macro started blowing up, returning #RErrors, and when I try to trace the error I find that it is
2015 Jan 22
0
Samba 3.6.6, ADS, Winbind, no local Unix account
On 22/01/15 18:19, francis picabia wrote: > We run AD on Windows servers and have Linux systems > authenticate against AD with pam, for shares, cyrus mail, or shell logins. > For shares on a Linux system we often have no local account. > > We've had success with Samba 3.5.10 and prior versions using > security = ads with winbind, pam, nsswitch.conf, krb5.conf > while there