Displaying 20 results from an estimated 90 matches similar to: "ldap users would like to change their own (smb)passwords"
2010 May 24
3
ActionController::DoubleRenderError
def dispfriends
@myfriend=[]
@myfriendlogin = []
i=0
@currentgroup = Group.find_by_id(params[:groupid])
puts @currentgroup.id
@currentfriends=
GroupFriend.find_all_by_user_id_and_group_id(current_user.id,
@currentgroup.id)
for n in @currentfriends
@myfriend=n.friend_id
@myusers = User.find_by_id(@myfriend)
@myfriendlogin[i]=@myusers.login
puts @myfriendlogin[i]
i=i+1
respond_to do
2007 Sep 20
0
OpenSSH 4.7p1 - support the use of netgroups in AllowUsers and DenyUsers configuration options
Hello,
I have attached a small patch that enables OpenSSH 4.7p1 to use
netgroups for users and hosts entries in the AllowUsers and DenyUsers
configuration options in sshd_config.
This has the following advantages:
* hostnames or ip addresses don't have to be maintained in sshd_config,
but you can use meaningful names for groups of users and groups of
hosts.
* large scale installations can
2004 Jan 27
1
Group mapping bugs + PATCH
Hi all !
I've been using group mapping for a few weeks and found some bugs... For
three of them, I tried to develop a small patch. I don't know Samba code
very well and this is my first patch, so there could be errors :-p I hope
my investigations will be useful :)
* Platform :
Here is what I used :
Debian 3.0r1, Samba 3.0.2rc1 - PDC, OpenLDAP 2.1.23 as backend
smb.conf extract :
2017 Feb 21
3
Setting Win ACLs via Comp Managment, connection to Member Server warning
I have given the SeDiskOperatorPrivilege on the domain member but it
did not help. The connection warning persists when I click on the
"Shared Folders" + shared. It says to check network path, firewall
rules. dismissing the window takes me to the domain member and shared
folder can be selected and viewed. An attempt to modify and pressing
"apply" results in another warning that
2006 Aug 28
2
Samba Groups Vanished
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hi,
Our Samba Groups appear to have vanished.
I've verified this by trying, "net group /domain" in windows and it
returns no results. Trying "net rpc group -S nuada" on our master server
returns nothing either.
"net rpc info" on both our master and backup return
Domain Name: DIAS
Domain SID:
2010 Aug 11
0
strange permission problem with sharing over NFS
I found strange issue.
Let say I have zfs filesystem export/test1, which is shared over NFSv3
then I
zfs create export/test1/test2
chown myuser /export/test1/test2
ls -l /export/test1/test2 (it will output that myusers is owner).
But if I do ls -l on NFS client where /export/test1 is mounted, I will see that root is still owner.
The only one way to fix it is to unmount /export/test1/test2 then
2023 May 11
1
Upgrade Samba AD from 4.3 to 4.7 - ID mapping failure
Well, it seems `smbcontrol` wasn't reloading properly. After adding the
`gidNumber` to domain users and fully restarting Samba, all started
working again.
On Thu, 2023-05-11 at 17:59 -0400, Ben Curtis via samba wrote:
> Hi all,
> I am trying to upgrade my Samba 4.3 AD to a Samba 4.7 AD, and am
> havingsome problems with ID mapping.
> My smb.conf file has been updated as per the
2013 Jan 11
4
Does rsync need a --ignore-unreadable-files option?
I work on software that archives gigabytes of files to multiple sites.
Occasionally one or two files have no read permissions:
% ls -l dir/foo
--w-------+ 1 abcserve myusers 11222 Jan 10 03:14
The error message is:
rsync: send_files failed to open "/dir/foo" (in xxx): Permission denied (13)
rsync error: some files/attrs were not transferred (see previous
errors) (code 23) at
2002 Feb 19
4
Doco! ARGH! (smbpasswd's not up to date on the web site)
Hi all,
(again)
The page:-
http://ie.samba.org/samba/docs/man/smbpasswd.8.html
does not have any description of the '-j' option.
However:-
http://ie.samba.org/samba/ftp/docs/htmldocs/smbpasswd.8.html
does.
Why is this a big issue ? (worthof a post to the mailing list?)
because the first URL above is linked off the main 'Documentation' page
of the Samba web site
2004 May 07
3
Contribution to 3.8.1pl1
Hello,
I added the support for netgroups to be used in the
AllowUsers and DenyUsers parameters. This has some
advantages:
* hostnames or ip addresses need not to be written or
maintained in the sshd_config file, but can be kept
abstract names what also simplifies a bit largescale
openssh installations
* sshd_config needs not change and sshd be restarted
when changing the list of allowed /
2005 May 17
2
Samba smbpasswds and local Linux passwords
Hello all,
I am new to the list and am in need of some assistance:
Does anyone have a current solution that they are using to synchronize the
smbpasswd's on samba 3.0 with their local /etc/shadow passwords on RedHat
3.0 ES? I need a way to do this for the existing users on the system and
for new users that get created nightly on the systems. Our users do log
into the system remotely as
2006 Sep 12
1
unix password sync = yes, did not sync unix passwd
I'm not sure when the last time I run smbpasswd to change the user
password, however when I run it only change NT and LM hash attribute,
not the unix passwd attributes.
smb.conf:
...
passdb backend = ldapsam:"ldap://127.0.0.1"
unix password sync = yes
passwd program = /usr/local/sbin/passwd.pl %u
passwd chat = *New*password* %n\n *Retype*new*password* %n\n
1999 Jul 30
1
NT domain clients behind isdn link
Hi,
I've just set up a remote office, routed to our network via isdn. There
are a handful of NT 4.0/sp3 clients and a single samba server. I had intended
authentication to our PDC in the main office, all other services provided
locally. If the link is 'up' this works fine, but if the link is down,
the users cant login, because presumably the broadcast for a DC does not wake
up the
2015 Dec 01
2
Problems with authentication in Samba4
Hi,
I'm having problems to authenticate users with winbind. I'm implementing
Squid3 Server and this server is working properly. But I think there is a
problem with winbind (perhaps winbind separator), because when I put ^ as
separator, how in Domain^Users, the error message appeared:
root at proxy:~# *echo "bacci Domain^Users" | /usr/lib/squid3/wbinfo_group.pl
2016 Feb 16
3
Password changes and syncing passwords with Linux accounts
On 16/02/16 08:38, Rowland penny wrote:
> You are not going to like this, but I am going to say it anyway:
>
> *Remove* any users that are in AD from /etc/passwd (the same goes for
> groups)
>
> All your users & groups should now only exist in AD, you do not need
> or can have, users & groups in AD *and* /etc/passwd & /etc/group.
>
> Your users will only have
2019 Jan 08
2
Users created in last few years cannot login after 4.7 -> 4.8 + winbind
It appears there is still misunderstanding about my situation/setup. Sorry, I
know this is strange.
I have an LDAP server for my Linux infrastructure that is totally seperate
from the corporate AD Windows domain. At one point my LDAP did have
the samba schema installed with my its own SID's and smbpasswd's in it.
My web app for users to change their Linux password would on the backend
2017 Feb 21
2
Setting Win ACLs via Comp Managment, connection to Member Server warning
Hi,
I try to follow the instructions
(https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs#File_System_ACLs_in_the_Back_End)
A big screen pops up with when an attempt is made to connect to member
server, then connection is granted but I am suspitious if changes can
be made.
SeDiskOperatorPrivilege on ADDC is granted to BUILTIN\Administrators
and Domain Admins
But the Member
1999 Dec 10
0
smbpasswd: how do I delete an account?
There are no smbpasswd's command line swicthes to delete an account, so
that I have to delete them by hand.
Is it intentional? If it is, why?
--
giulioo@pobox.com
2002 Aug 12
0
add user script going Horribly Wrong (tm)
Hi,
I've tried to set up automated user addition and deletion on our Samba
server, but something's going wrong. Users appear in /etc/passwd, but not
in smbpasswd, so people are getting login errors and so on when they try to
access the share. Have I missed a bit of config that's supposed to tell
samba to set up smbpasswd's too? (smb.conf included below).
Thanks!
Vicky Clarke
2003 Sep 12
0
Can't join win2k-domain with samba 2.2
Hi!
I'm the leader of a project which is going to establish thin clients based on KDE in our local college (I'm a college-student).
We're aiming for interoperabillity with the school's existing Windows-system so that the user doesn't need two accounts and is able to
access his/her files from both KDE and Windows. We're trying to accomplish this by intergrating PAM, SAMBA