Displaying 20 results from an estimated 1000 matches similar to: "RE: Solaris/Winbind Problems"
2002 Aug 01
0
RE: Solaris/Winbind Problems
No, I have not tried that. The problem is teaching all the users this. I
suppose the script I sent you for /usr/sbin/passwd could do this for them
instead of the moving stuff. It would make it safer--in that, it would help
avoid the problem where if a user cancels in mid-passwd-change the correct
file may not be put back in place (there are ways around this too, of
course). Thanks for the
2002 Jul 31
0
RE: Solaris/Winbind Problems
Yes, it kind of sucks that it does not work correctly. I did the following
kluge for now:
I did the following:
In /usr/sbin, I created a script called passwd:
#!/bin/ksh
trap "" 2 3
sudo mv /etc/nsswitch.conf /etc/nsswitch.conf.winbind
sudo mv /etc/nsswitch.conf.nowinbind /etc/nsswitch.conf
/usr/bin/passwd $1
sudo mv /etc/nsswitch.conf /etc/nsswitch.conf.nowinbind
sudo mv
1999 Nov 13
0
Retraction: security hole in sudo allows users full access
I did not understand the man pages for sudo and incorrectly interpreted
the results. I interpreted the ALL to apply to all commands
defined in the sudoers file. Basically, I'm an idiot, but here is the
chain I followed, and the correct interpretation.
In the man pages on sudo, it says the following:
A User_List is made up of one or more usernames, uids
(prefixed with
2008 Jul 09
2
sudoers
Hi,
I need to run /bin/mount and /sbin/mount.cifs commands as nobody user
(it has (bin/bash shell).
So, I've edited /etc/sudoers and added:
Cmnd_Alias CMD_MOUNT = /bin/mount
Cmnd_Alias CMD_CIFS ) = /sbin/mount.cifs
nobody ALL = NOPASSWD: CMD_MOUNT
nobody ALL = NOPASSWD: CMD_CIFS
But when I run the command as nobody (in the shell), I get the error:
"mount
2006 Sep 29
7
Facts load by puppet -factsync question
fact loads:
I use facter to search the rsync path and then i write this sudoers line:
Cmnd_Alias BACKUPCOMMANDS = /usr/bin/rsync
I call puppet like this:
puppetd --factsync --server=xxx.yyy.61.131 --waitforcert 60 --test
the recipe is:
sudoensure_line { sudobackupcommands:
ligne => "Cmnd_Alias BACKUPCOMMANDS =
$rsyncpath",
2002 Feb 27
0
RE: ANY HOPE GETTING RESPONSE TO QUESTIONS? - samba3.0alpha15 - s olar is 8
Just replying to let you know I'm listening =)...
Sorry Dave, I'm running 2.2.3a on my Solaris 8 machine and even that still
has some issues with winbind.
By the way, while I have the attention of you Solaris Gurus... I was trying
to make my Ultra 1 boot from an external disk on the same scssi channel as
the default boot disk. I changed my /etc/vfstab for the new disk to have
the right
2019 Aug 19
0
How does "winbind refresh tickets" work?
Hai,
Below is a bit garbled, but what about.
What did you set for you proxy server?
Did you enable the "This computer is allowed to Delegate (only kerberos )
samba-tool delegation for-any-service COMPUTERNAME$ on
And have you tried to increase the ticket lifetime in /etc/krb5.conf
For example: ticket_lifetime = 24h
Greetz,
Louis
> -----Oorspronkelijk bericht-----
> Van:
2010 Oct 25
0
build_sam_account: smbpasswd database is corrupt
Hi,
I wanted to migrate my sambapasswd file to a ldap test system and
noticed, that I do get errors:
build_sam_account: smbpasswd database is corrupt ... username with uid
... is not in unix passwd database!
Importing/changing LDAP accounts fail after the last useraccount entry
in my sambapasswd file.
Is there a way to remove all accounts which are in the sambapasswdfile
but not in my
2019 Aug 19
3
How does "winbind refresh tickets" work?
Hi list,I want to make winbind kerberos ticket refresh work but I couldn't do it with configuration below:
------ smb.conf ------security = ADS
workgroup = MYDOMAINrealm = MYDOMAIN.ORG
log file = /var/log/samba/%m.loglog level = 6enable core files = no
idmap config * : backend = tdbidmap config * : range = 3000-7999idmap config MYDOMAIN : backend = rid
idmap config MYDOMAIN : range =
2007 Jun 22
0
[LLVMdev] Vilnius/Post EuroPython PyPy Sprint 12-14th of July
Hi all,
For those of you following PyPy, our next sprint has "porting to LLVM
2.0" as one of its topics.
========================================================
Vilnius/Post EuroPython PyPy Sprint 12-14th of July
========================================================
The PyPy team is sprinting at EuroPython again and we invite
you to participate in our 3 day long sprint at the
2005 Jul 30
0
[LLVMdev] PyPy sprint announcement: Heidelberg (Germany) 22nd - 29th August 2005
Hi LLVM-dev!
As you know, I'm involved with the PyPy Python compiler effort
and have been wroking on the LLVM backend. The LLVM backend will
be one of the topics of the upcoming PyPy sprint (see
link below), which will take place in Heidelberg, Germany. See sprint
announcement below or on
http://codespeak.net/pypy/index.cgi?extradoc/sprintinfo/Heidelberg-sprint.html
Since we only started
2005 Nov 16
0
[LLVMdev] PyPy sprint announcement: Gothenburg 7th - 11th December 2005
[The first part of the announcement did not make it into the previous
mail]
Hello LLVM-ers,
Most of you know of the LLVM backend in PyPy. We would like to use
LLVM JIT
for the next phase of PyPy. If any of you would like to help us,
please come to Gothenburg
next december. We have not put an LLVM track on the todo-list below
mainly because
no one will be there dedicated to LLVM. If
2006 Feb 10
2
[LLVMdev] PyPy sprint announcement: PyCon 2006, Texas, Feb 27st - March 2nd
Hello LLVM-ers,
The next sprint of PyPy will be held in Dallas, Texas, at the PyCon
conference. Most of you know about the LLVM back-end of PyPy. So far,
we use mostly the static compilation features of LLVM, but as we are
progressing on the JIT side we are considering starting sometime soon
working on just-in-time machine code generation backends. Clearly, LLVM
might prove to be a good target
2006 Mar 27
3
[LLVMdev] PyPy Tokyo sprint 23/4 - 29/4 announcement
Hello LLVM,
During this sprint we will also look at using LLVM JIT for our project.
What exactly we will do in Tokyo very much depends on who will
attend. So if you are interested please contact me beforehand so we
can make sure everyone will have a fun and productive time.
cheers,
Eric van Riet Paap
Tokyo PyPy Sprint: 23rd - 29th April 2006
2012 Aug 17
0
X.Org Book Sprint 2012 (guide to writing graphics drivers)
(Cross post. Yes, I know this is short notice and a short window to
reply. My apologies on that.)
X.Org Book Sprint 2012
Monday Sept 17 & Tuesday Sept 18.
N?rnberg (Nuremberg), Germany.
The X.Org Consortium will hold a book sprint on the Monday and
Tuesday before the Developers Conference in N?rnberg Germany.
During these two days attendees will focus on a book for graphics
drivers
2005 Nov 16
0
[LLVMdev] PyPy sprint announcement: Gothenburg 7th - 11th December 2005
Hello LLVM-ers,
Most of you know of the LLVM backend in PyPy. We would like to use
LLVM JIT
for the next phase of PyPy. If any of you would like to help us,
please come to Gothenburg
next december. We have not put an LLVM track on the todo-list below
mainly because
noone will be there dedicated to LLVM. If however someone would like
to participate we
will make sure some of the PyPy
2006 Mar 15
1
l7-filter
The shorewall work with l7-filter?
_____________________________________________________
Keny Hayakawa Schmeling
Diretor Comercial/Administravivo
Tel: 5566-1465
Fax: 5566-6541
http://www.optinfo.com.br
kenyhs@optinfo.com.br
_/_/_/ _/_/_/ _/_/_/ _/ _/ _/ _/_/_/ _/_/_/
_/ _/ _/ _/ _/ _/ _/_/ _/ _/ _/ _/
_/ _/
2002 Jul 02
1
Samba 2.2.5 on Solaris 8
Hi all,
i compiled Samba 2.2.5 with gcc on a Sunblade with Solaris 2.8. Last month i
compiled Samba 2.2.4 on the same machine without problems.
The following options i used:
./configure --with-winbind --with-pam --with-quotas
I got the following warnings:
Linking bin/wbinfo
Compiling nsswitch/winbindd.c
Compiling nsswitch/winbindd_user.c
Compiling nsswitch/winbindd_group.c
Compiling
2002 Feb 15
0
Files requested...
Here is dump from testparm and our smb.conf ... Please check it and tell
what you think could be the problem... Thanx...
Julio Rojas
Universidad Ferm?n Toro
jroas@uft.edu.ve
----- Original Message -----
From: "David Edward Shapiro" <David.Edward.Shapiro@btitele.com>
To: "'Julio Rojas'" <jrojas@uft.edu.ve>
Cc: <samba@samba.org>
Sent: Friday, February
2023 Feb 21
0
R Project Sprint 2023, Aug 30 - Sep 1, Coventry, UK
Dear All,
We are happy to announce R Project Sprint 2023
Dates: Wednesday August 30 to Friday September 1.
Venue: University of Warwick, Coventry, UK
Novice and experienced contributors are encouraged to apply for a place at the residential event, with funding available for travel: **deadline Friday 10 March**.
For further details, please visit the sprint website: