Displaying 20 results from an estimated 20 matches for "nolocal".
Did you mean:
nonlocal
2013 Dec 09
2
Dovecot+LDAP lda problem
...fig and local delivery.
We're using Dovecot 2.0.9 on Centos 6.4. Before, we used Qmail with the
same LDAP. Our LDAP accounts have the attribute
deliveryMode
which we used for mailing lists (OK, they are in fact mailing groups
rather than lists). When the attribute is set to
deliveryMode = nolocal
Qmail did not deliver mail to the list mailbox, only to the accounts on
the list/group.
Now with Dovecot(+postfix) I can't achieve the same behaviour. Can
Dovecot be set up not to deliver the mail to the list mailbox if the
list has the attribute deliveryMode = nolocal?
This is my /etc/do...
2003 Oct 10
1
pam_smb_auth help
...ns to authenticate via an
NT 4 PDC.
here is my /etc/pam.d/login file,
auth required /lib/security/pam_securetty.so
auth required /lib/security/pam_nologin.so
auth sufficient /lib/security/pam_pwdb.so shadow nullok
auth required /lib/security/pam_smb_auth.so nolocal
account required /lib/security/pam_pwdb.so
password required /lib/security/pam_cracklib.so
password required /lib/security/pam_pwdb.so nullok use_authtok
md5 shadow
session required /lib/security/pam_pwdb.so
session optional /lib/security/pam_console.so
ses...
2005 Feb 07
5
R on Beowulf cluster?
Dear R-help,
Has anyone tried running R on a Beowulf-type cluster? I can get R to run in
batch (using R CMD BATCH) on a cluster, but am wondering if it is possible
to get an interactive R session on a compute node. Right now, if I run:
beorun --nolocal R
I just get the R start-up message and back to the shell prompt. If I try
bpsh 0 R
I can get R started (but the R prompt does not appear) and do computations,
but no access to an x11() device. I'd very much appreciate any pointer.
Best,
Andy
Andy Liaw, PhD
Biometrics Research PO...
2014 Jun 26
2
[LLVMdev] -gcolumn-info and PR 14106
On Thu, Jun 26, 2014 at 3:39 PM, Robinson, Paul
<Paul_Robinson at playstation.sony.com> wrote:
> The main motivation for turning it off is that no known consumer (debugger)
> took advantage of it.
>
> Turning it on does more than slightly increase the object file size, it can
> cause the same source line to be listed multiple times in the .debug_line
> table (with different
2004 Dec 01
2
AD Domain member not authenticating
...This file is auto-generated.
# User changes will be destroyed the next time authconfig is run.
auth required /lib/security/$ISA/pam_env.so
auth sufficient /lib/security/$ISA/pam_unix.so likeauth nullok
auth sufficient /lib/security/$ISA/pam_smb_auth.so use_first_pass nolocal
auth required /lib/security/$ISA/pam_deny.so
account required /lib/security/$ISA/pam_unix.so
password required /lib/security/$ISA/pam_cracklib.so retry=3 type=
password sufficient /lib/security/$ISA/pam_unix.so nullok use_authtok md5 shadow
password required...
2001 Nov 09
0
"NT-PDC" and "Some Linux-Clients using NIS"...
...rver shall contact the NT-PDC whether
user/password is correct or not. To do this, the NIS-server will use the
pam_smb-software.
- Is this scenario possible the way I just mentioned?
- What happens to users not even stated in linux-client's or
nis-server's /etc/passwd? (Is the option "nolocal" here the correct way
of getting it to work?)
- Is there a better way than this scenario? (e.g. can winbind help me in
some way here?)
Thx a lot for any ideas, links or other help ... :)
Max
--
Sometimes I think the surest sign for intelligent life elsewhere in
the universe is that none of...
2004 Sep 20
0
Samba Client in Windows Domain
...This file is auto-generated.
# User changes will be destroyed the next time authconfig is run.
auth required /lib/security/$ISA/pam_env.so
auth sufficient /lib/security/$ISA/pam_unix.so likeauth nullok
auth sufficient /lib/security/$ISA/pam_smb_auth.so use_first_pass nolocal
auth sufficient /lib/security/$ISA/pam_winbind.so use_first_pass
auth required /lib/security/$ISA/pam_deny.so
account required /lib/security/$ISA/pam_unix.so
account sufficient /lib/security/$ISA/pam_winbind.so use_first_pass
password required /lib/se...
2005 Aug 30
0
winbind socket error
...with the 3.20 samba packages. My wbinfo commands all seem to work fine. I've tried these two /etc/pam.d/httpd files:
auth required /lib/security/pam_winbind.so debug
account required /lib/security/pam_winbind.so debug
and
auth required /lib/security/pam_smb_auth.so debug nolocal
account required /lib/security/pam_permit.so
The former gives me this in the messages log file:
Aug 30 14:50:55 sbs-linux-01 pam_winbind[2178]: Verify user `bking'
Aug 30 14:50:55 sbs-linux-01 pam_winbind[2178]: write to socket failed!
Aug 30 14:50:55 sbs-linux-01 pam_winbind[2178]: inte...
2004 Jul 14
0
winbind/gdm auth failure
...ying on other modules for password file entry.
Jul 14 20:14:01 apache: pam_smb: Configuration Data,
Primary pdc, Backup bdc, Domain domain.
Jul 14 20:14:01 apache: pam_smb: Correct NT
username/password pair
---
with pam.d/httpd like this:
--- pam.d/httpd ---
auth required pam_smb_auth.so nolocal debug
account required pam_permit.so
---
But no access to contents just popping one pwdcheck after
the other. Might be something wrong with my module stack!
Hm...
Is anyone familiar with this kind of problem? Any ideas
would be appreciated. Thanks so far,
Torsten Schr?er
P.S. NOT SUBSCRIB...
2004 Nov 20
0
NT_LOGON_FAILURE setting up a Linux BDC
...auth sufficient /lib/security/$ISA/pam_unix.so likeauth nullok
auth sufficient /lib/security/$ISA/pam_ldap.so use_first_pass
#auth sufficient /lib/security/$ISA/pam_smb_auth.so use_first_pass
#auth sufficient /lib/security/$ISA/pam_smb_auth.so
use_first_pass nolocal
auth required /lib/security/$ISA/pam_deny.so
account required /lib/security/$ISA/pam_unix.so
account sufficient /lib/security/$ISA/pam_localuser.so
account [default=bad success=ok user_unknown=ignore service_err=ignore \
system_err=ignore authinfo_unavail=ignore] /l...
2003 Dec 14
1
Questions about winbind idmap ldap
We are using W2K domain with Samba3 servers.
The implementation of samba servers with winbind authentication was
successful.
Now we are looking for winbind idmap ldap backend for distributing
winbind users ID's, and I have following question:
1. Do I need put all users from W2K domain to LDAP by hand (with export
- import tools)?
2. Or it is possible to automatically put successfully
2012 Aug 02
9
winbind: uid range is ignored
Hi everone.
Ubuntu 12.04 v3.6 clients with winbind joined to 12.04 Samba4 DC
Clients:
smb.conf
[global]
realm = polop.site
workgroup = POLOP
security = ADS
wide links = Yes
unix extensions = No
template shell = /bin/bash
winbind enum users = Yes
winbind enum groups = Yes
idmap uid = 300000-400000
idmap gid = 20000-30000
/etc/nsswitch.conf
passwd: compat winbind
group: compat
2008 Jan 26
3
Member Server creates sambaDomainName LDAP entry
...next time authconfig is run.
auth required pam_env.so
auth sufficient pam_unix.so nullok try_first_pass
auth requisite pam_succeed_if.so uid >= 500 quiet
auth sufficient pam_ldap.so use_first_pass
auth sufficient pam_smb_auth.so use_first_pass nolocal
auth sufficient pam_winbind.so use_first_pass
auth required pam_deny.so
account required pam_unix.so broken_shadow
account sufficient pam_localuser.so
account sufficient pam_succeed_if.so uid < 500 quiet
account [default=bad success=ok user_unkno...
2006 Sep 12
0
Samba, winbind, krb5 Auth problem
...env.so
auth sufficient /lib/security/$ISA/pam_unix.so likeauth nullok
auth sufficient /lib/security/$ISA/pam_krb5.so use_first_pass
auth sufficient /lib/security/$ISA/pam_ldap.so use_first_pass
auth sufficient /lib/security/$ISA/pam_smb_auth.so use_first_pass nolocal
auth sufficient /lib/security/$ISA/pam_winbind.so use_first_pass
auth required /lib/security/$ISA/pam_deny.so
###
auth sufficient /lib/security/pam_winbind.so
account required /lib/security/$ISA/pam_unix.so broken_shadow
account sufficient /lib/sec...
2003 Dec 19
1
help with winbind/pam
Hello,
I'm trying to get a debian sid box to authenticate against an NT4
domain. I've followed the instructions in the winbindd man page and I
think I'm on the right track. However, I'm having problems with PAM.
As the winbindd man page suggests, I edited the /etc/nsswitch.conf and
added some winbindd related stuff to my smb.conf file.
I also edited the /etc/pam.d/* files.
2007 Feb 04
0
Can't authenticate, from a linux client, against a samba PDC/tdbsam
...= no
SYSTEM-AUTH (LINUX CLIENT):
#%PAM-1.0
# This file is auto-generated.
# User changes will be destroyed the next time authconfig is run.
auth required pam_env.so
auth required pam_mount.so
auth sufficient pam_unix.so nullok try_first_pass
auth sufficient pam_smb_auth.so use_first_pass nolocal
auth sufficient pam_winbind.so use_first_pass
auth required pam_deny.so
account required pam_unix.so broken_shadow
account sufficient pam_localuser.so
account sufficient pam_succeed_if.so uid < 500 quiet
account [default=bad success=ok user_unknown=ignore] pam_winbind.so
account require...
2003 Feb 05
7
Winbind on HPUX 11, some small progress
...shell = /usr/bin/sh
both files exist.
#
# PAM configuration
#
# Authentication management
#
login auth sufficient /usr/lib/security/libpam_unix.1 debug
login auth sufficient /usr/lib/security/libpam_winbind.1
debug
#login auth sufficient /usr/lib/security/libpam_smb.1 nolocal
debug
su auth required /usr/lib/security/libpam_unix.1 debug
dtlogin auth required /usr/lib/security/libpam_unix.1 debug
dtaction auth required /usr/lib/security/libpam_unix.1 debug
ftp auth required /usr/lib/security/libpam_unix.1 debug
OTHER auth required /usr/lib/security/lib...
2010 Sep 22
1
Sieve autoreply woes on test setup
Hi,
I have been testing sieve in my setup with qmail-ldap and deliver on a LAN
with an artificial domain name. Everything seems to be working as expected,
except in cases when autoreplies (vacation, reject messages) need to be
tested.
The domain name is vmint, and dawnone is the hostname on which mail server
is setup, so a users have address like cot at vmint, cute at vmint and dove at vmint
*
2004 Feb 03
3
How do I get pam_mkhomedir to work
Message follows this disclaimer
--------------------------------------------------------------------------------------------------
This email and any files transmitted with it is confidential and intended solely
for the person or organisation to whom it is addressed. If you are not the
intended recipient, you must not read, copy or disseminate the information
or take any action in reliance on it
2003 Jan 27
19
Winbind on HPUX11, Totally Stuck, Please Help
Skipped content of type multipart/alternative