Displaying 20 results from an estimated 700 matches similar to: "cvs"
2004 Mar 24
1
Trying to compile Samba 3.0.2a
Hi,
I'm using SuSE 8.2 and I got the source for samba 3.0.2a and I tried to
install it. ./configure (w/o any arguments) went ok so I type make and it
gives me the following errors:
Linking bin/smbd
auth/pampass.o(.text+0x59): In function `smb_pam_error_handler':
: undefined reference to `pam_strerror'
auth/pampass.o(.text+0xcb6): In function `smb_pam_end':
: undefined reference
2001 Dec 28
3
Compiling samba with solaris
Hi,
I just cvs the samba_2_2 branch with
cvs -d :pserver:cvs@samba.org:/cvsroot co -r SAMBA_2_2 samba
and i try to compile samba with gcc under solaris 8 (SUNultra10):
# pwd
/tmp/samba/source
# ./configure --with-automount --with-nisplus-home
loading cache ./config.cache
checking for gcc... gcc
checking whether the C compiler (gcc -O ) works... no
configure: error: installation or configuration
2010 Mar 08
4
Error with clvm
Hi,
I get this error when i try to start clvm (debian lenny) :
This is a clvm version with openais
# /etc/init.d/clvm restart
Deactivating VG ::.
Stopping Cluster LVM Daemon: clvm.
Starting Cluster LVM Daemon: clvmCLVMD[86475770]: Mar 8 11:25:27 CLVMD
started
CLVMD[86475770]: Mar 8 11:25:27 Our local node id is -1062730132
CLVMD[86475770]: Mar 8 11:25:27 Add_internal_client, fd = 7
2002 Feb 22
1
Samba 223a, internal error
Hi,
I try to configure printers drivers on a samba server named lct8
(i read the printing support in samba 2.2.x), the smb.conf
looks like :
[global]
secutity = SERVER
passwd server = PDC
(...)
printer admin = @sysadmin, guy
[print$]
path = /usr/local/samba/printers
write list = @sysadmin, guy
create mask = 0644
guest ok = Yes
[hpcolor]
path = /tmp
printable = Yes
With win2k (host
2003 Apr 12
2
Problem with a samba print server
Hello,
I created a print server SERVIMP(*) with samba 2.2.8,
i put all the printers at it. I installed the
drivers one by one (win98 and win2k) using the
APW of win2000.
The drivers seems to be correctly settled.
Then on SERVIMP I execute with rpcclient the assignment
of the printers to the drivers with $> setdriver printer "driver"
i get success with this.
I can then
2002 Feb 15
2
Advice on: sshd[28182]: PAM pam_set_item: NULL pam handle passed
Hi,
Ive got winbind and samba working great (version 2.2.3) on our RH 7.1 box's.
But as we have about 200 users on our domain, we want to restrict ssh
access on our linux box's.
So I created a group on the NT PDC called: Winbind
In this group, Ive only put our developers and us, the sy admins.
In the /etc/ssh/sshd_config, I entered the line: AllowGroups MMEBS+Winbind.
Thus, allowing
2003 May 15
1
How can i remove a win98 driver ?
Hi,
rpcclient $> deldriver "Fiery X3e 31C-M PS v1.1 eu"
Failed to remove driver Fiery X3e 31C-M PS v1.1 eu for arch [Windows 4.0] - error 0xbb9!
(samba 2.2.8)
Thank you
--
Guy Roussin
2011 Mar 23
1
Issue with "change password" on windows dialog
Hi everybody!
I am having an issue regarding my samba/pam configuration. I am trying to
sync my unix/samba passwords, but everything i found online doesn't help.
My System runs Gentoo/Samba 3.5.8 as PDC(roaming profiles host and so on) ,
and WinXP Clients. Domainjoin and Login work fine. But I want to change the
Passwords from the Windows interface. When I try to change the password
using
2007 Jun 01
2
Samba authentication slow after upgrade to Samba 3
Hi,
I have just upgraded a server from Samba 2 to Samba 3 and some of the
Windows clients are taking a long time to authenticate shares (1 or 2
minutes). Eventually the username/password box appears and then when you
enter a correct password, all is fine - it is just the initial
authentication.
This is a simple UNIX password Samba server (with NIS) and I have set it
to not use encrypted
2007 Dec 21
1
Password expired
I installed samba-3.0.28-0
I set "maximum password age".
pierluigim password has expired and so he would like to change it from XP
prof client, but he receives this message:
"Lacking permission to change the password".
The global configuration of my smb.conf is:
-------------------
[global]
name resolve order = wins bcast hosts
ldap ssl = No
passwd chat = *New*Password*
2002 Oct 10
2
samba 2.2.6pre2 make fails
When I compile Samba, this is on SuSE 7.2, I keep getting a make failure,
but it still completes to a prompt. Should I ignore or does anyone have a
"fix"?
When I configure, I use these options:
./configure --enable-cups --with-smbwrapper --with-automount
--with-smbmount --with-pam --with-pam_smbpass --with-winbind
--with-winbind-auth-challenge
When I run make, this is the error,
2000 Sep 13
2
auth-pam.c support for pam_chauthtok()
When we installed OpenSSH 2.1.1p4 on our Solaris systems, our users
noticed that it did not honor password expiration consistently with
other Solaris login services.
The patch below is against OpenSSH 2.2.0p1 and adds support for PAM
password changes on expiration via pam_chauthtok(). A brief summary of
changes:
auth-pam.c:
* change declaration of pamh to "static pam_handle_t *pamh",
2008 Jul 22
1
Acess from windows to share get closed..
I'm using FC8 Server with Samba 3.0.30-fc8 and have an erratic problem
assecing the share.
I have a Share that every one can acess and I use the nobody user to
acess everithing without any problem, and from time to time when user
tries to acess a file the share gets closed, than we have to resart the
machine and it goes wel again.
the log for one user is below
why does it closes the
2009 Dec 01
1
Password Change from Windows machines ("You do not have permission to change your password")
Hello,
I just wasted several hours trying to figure out why I could not
change Samba passwords from Windows XP computers. I'm posting here so
that there is some form of documentation about this on the web.
My setup is basically this:
- Samba 3.3.2 (running under Ubuntu 9.04)
- OpenLDAP user database
- Full O.S. support for OpenLDAP auth, using nsswitch and PAM.
(My client
2002 Feb 14
2
[Bug 117] OpenSSH second-guesses PAM
http://bugzilla.mindrot.org/show_bug.cgi?id=117
------- Additional Comments From djm at mindrot.org 2002-02-15 10:10 -------
> OpenSSH traditionally would not even start PAM, and
> now starts it specifying 'NOUSER' as the login name.
We have always used NOUSER, the recent patch just makes it consistent between
protocols 1 and 2.
> The second is to prevent username guessing
2009 Jun 09
1
Authentication problem with samba 3.3.4 on AIX 5.3
Hello all,
we currently do have a problem with samba 3.3.4 on AIX 5.3.
We have set up the samba system to integrate in our AD Domain.
Integration was successfull (net ads join), wbinfo executes with parameters
-ugt without any problems.
Our smb.conf content follows at the end of this mail.
We have defined just one share as follows:
[smbtest]
writeable = yes
path = /gpfs/fbb/ls/cip
valid users
2002 Aug 30
4
Patch so that sshd makes use of PAM_USER
<<pam_user.patch>>
Hello. I created a patch that causes sshd to take notice of the value of PAM_USER after calling into the pam_xxx functions. This makes it possible for a PAM module to effect user mappings by setting the value of PAM_USER with pam_set_item(). If anyone has comments or suggestions, let me know.
Thanks,
Jeremy
-------------- next part --------------
A non-text
2012 Jun 23
1
Home-Shares are not writeable
Hello everyone!
After running Samba on several machines for some years, I just came
accross a rather strange problem. The short story is that the special
user home shares are readable, but not writeable.
Here's the long story: The system is a freshly set-up Debian Squeeze,
right out of the box. This is the Samba config:
-------------------------------- 8<
2007 Mar 26
1
Upgrade 3.0.10 to 3.0.24 on RHEL4 - NT_STATUS_LOGON_FAILURE
Hi all,
I'm having a problem with an upgrade of Samba running on a Redhat4 Update 4 system. The default installation provides only 3.0.10 which doesn't include the privilege model or a number of fixes including some in 3.0.21a and 3.0.23 which it looks like we'll need.
The system runs in PDC mode with user accounts in an ldap database. On a test system which I'm using to
2011 Aug 16
3
window, samba and ldap passwords
Hi,
I recently migrated to a Samba3x domain. One issue that has been
reported to me is that XP users cannot change their password from
their PC. I have done some searching and I haven't seen a straight
forward answer to this.
My config is
ldap primary + Samba PDC on host A
ldap slave + samba BDC on host B
I see this error in the machine log when someone attempts to change
their password: