Displaying 20 results from an estimated 300 matches similar to: "Samba Groups questions"
2008 Aug 25
1
net rpc group addmem returns NT_STATUS_ACCESS_DENIED
Hi All,
I'm trying to add a user to a group using
/usr/local/samba/bin/net rpc group addmem room11 dunk -Uroot%password
The user is added to the group as far as I can tell but the command
returns NT_STATUS_ACCESS_DENIED
This is on Solaris 10 (Sparc) and Samba 3.2.1, OS and Samba are both
configured to lookup users and groups in LDAP.
/usr/local/samba/bin/net rpc group members
2008 Aug 21
1
Samba PDC with groups in LDAP
Hi All,
I'm wondering if anyone can shed some light on a problem I'm
having.
I have a samba PDC with an LDAP backend, keeping the smb.conf file constant,
When I have /etc/nsswitch.conf configured with
groups: files ldap
Then
/usr/local/samba/bin/net rpc user info dbb
only returns my primary group.
If I have /etc/nsswitch.conf configured with
groups: files nis
Then all
2009 Sep 15
1
Header names when importing csv/excel data sets
Dear R users,
Suppose the csv file contains header names such as *"Nike, dunk"*, *"Converse,
All stars"* etc
When imported to R (with header = T option), the column names are given by:
*"Nike..dunk"* *"Converse..All.stars"*
I have tried the following command to convert these column names to the
original names as in the input source.
2014 Apr 25
2
[LLVMdev] Proposal: add intrinsics for safe division
On 04/25/2014 02:21 PM, Eric Christopher wrote:
>> In short, I agree with your observations that these intrinsics are not an
>> obvious slam-dunk compared to making the explicit control flow, but I think
>> that the intrinsics do give enough flexibility on the LLVM side that it
>> would be great if front-ends used them rather than rolling the control flow
>>
2020 Jul 15
2
R 4.0 for ARM processors
Dear R-SIG-Debian folks,
I seem to be chasing my tail, despite having a simple goal:
- Install R 4.0.2
- On Ubuntu 20.04
- For an ARM processor (not Intel/AMD).
Can someone please suggest a Debian/Ubuntu repository of the required packages (e.g., r-base-core) built for ARM? I can't seem to find one.
(I can find the r-base-core package for R 3.6.3, but not R 4.0.2, built for ARM.)
If there
2005 Aug 22
1
Re: FLAC shirts
--- "David W. Tamkin" <dattier@panix.com> wrote:
> Three styles of T-shirts plus hooded sweatshirts, but no FLAC
> jackets?
seems like slam dunk doesn't it :) but for this run I'm trying
to use the same screens on all items to keep the cost down, which
rules out the logo on the front of a zippered jacket. still looking
for a suitable one where logo can go on the
2004 May 23
1
A (maybe)_ easy solution to global login script for group checking
Hello
While searching the archives and googling for :
-login script to map drives according to group membership
I saw lots of complicated solutions (on-the-fly scripts, group directories)
etc. but the following works very well for me:
I downloade dthe ifmember.exe from the microsoft website, and stuck it in
the netlogon directory (not the scripts directory)
2007 Jan 23
3
Login and logout scripts
Is there a way to run a script on my samba PDC machine when a user logs in
and logs out?
Thanks in advance.
--
Air conditioners and Computers are the same - they both crash when you open
Windows.
2004 Jun 17
2
ldap + samba + group membership problem
Hi to all,
I have recently set up a new linux serveur with SAMBA 3.0.4 + Openldap
The server is PDC , users and groups are stored into LDAP
All is working fine for the moment, I can join the domain without Pb on a W2k
machine.
but, Here is my problem :
I've some users members of differents groups and not only the "main" group.
Like user "joe" First Group :
2014 Apr 25
3
[LLVMdev] Proposal: add intrinsics for safe division
On April 25, 2014 at 1:44:37 PM, Reid Kleckner (rnk at google.com) wrote:
Thanks for the writeup! It's very helpful.
On Fri, Apr 25, 2014 at 11:49 AM, Filip Pizlo <fpizlo at apple.com> wrote:
On April 25, 2014 at 10:48:18 AM, Reid Kleckner (rnk at google.com) wrote:
On Fri, Apr 25, 2014 at 10:19 AM, Filip Pizlo <fpizlo at apple.com> wrote:
The sdiv operation in LLVM IR only
2009 May 30
2
logon script
Hi,
I have configured a samba PDC with a logon script. The logon script includes
dos commands to map a drive letter for different shares. One share has user
home directory, one has common folder for all the users and other share is
group share. For assigning a drive letter to group share I have used the
command "net use g: \\%L\group\%G" but group share drive is not mounting for
any of
2007 Jun 25
7
problem after update 3.0.22 -> 3.0.24
Hello everybody,
we were running into trouble after upgrading our samba PDC to a new
hardware (and a new debian release).
Before the upgrade we used 3.0.22 on a debian sarge machine without
problems.
Moving the installation to a new machine with debian etch (amd64, samba
3.0.24-6etch4) worked good at the first look.
A closer look shows the following problems:
- a domain member server (samba
2008 Jun 19
6
login scripts --what to use
Hi,
We're setting up a PDC, and would like to have a login script to deliver
the mapped drives to users in particular groups, and connect to
printers. The printer drivers come from the [print$], share.
Does anyone have any good resources for this? What's the easiest and
simplest thing to get going --vbscript or batch files?
Thanks,
chris
2004 Feb 01
3
Several logon script bat files?
I simply wonder if I can have several different logon script bat files for
MS Win users that validates through my Samba PDC?
Let's say that group "users" should have logon batch users.bat and the
members of the group "sales" should have both users.bat and sales.bat
executed at logon? Or can I in some way use ONE script with parameters that
knows about what groups the user
2005 Jun 06
1
Problem listing group membership from Windows
I planned using ifmember.exe from Windows 2000 resource kit to map the right
drive-mappings to the right shares with logon-scripts. Unfortunately it seems
as ifmember simply doesnt report the right groups for the users.
Even tho "id user1" shows the right groups;
"uid=2082(user1) gid=1002(Group1)roups=1002(Group1),545(Users),1000(Group0)",
User is a member of group
2004 Nov 10
2
Login scripts based on group
I have users that belong to several groups. I want a logon script to be
run for each of the groups to which a user belongs. For example, when I
logon, I want admin.bat, users.bat, and someothergroup.bat to run. On
Novell I used to use 'if Member of groupName...', but I don't know how
to do this in Samba..
Thanks,
Dean
2009 Jul 05
4
login.bat has error?
Dear all,
I ran PDC on smbpasswd auth.
When i use following the command, i receive :
//////////////////////////////////////////
debian:/usr/local/etc/samba_3# ./bin/net rpc join mylove -U root
Enter root's password:
Creation of workstation account failed
Unable to join domain MYLOVE.
debian:/usr/local/etc/samba_3#
///////////////////////////////////////////////////////
my smb.conf is :
2001 Sep 27
2
IF MEMBER OF "GROUP" THEN
yes, we are using %g in the mapping of primary group based f drives, but
these scripts I want to run I don't want to base on primary group.
-----Original Message-----
From: Mike Rees [mailto:samba@glanymor.carms.sch.uk]
Sent: Thursday, September 27, 2001 5:40 AM
To: barry@arhosting.com
Subject: Re:IF MEMBER OF "GROUP" THEN
Barry
You can specify the file that is executed when a
2004 Oct 12
3
Group membership
I am using Samba PDC with OpenLDAP2 and smbldap-tools. As part of my
logon.bat, I call a script called ifmember.exe. This script can list out the
groups a user is a member of. It is reporting that my root user is a member
of the group 'engr.' I don't know if this is a bug with ifmember.exe or if
it's an issue in Samba or in LDAP. Here is some relevant data:
2008 Jan 29
3
Samba Administrator account for XP
Dear all
I have install samba + ldap and it is successfully joing the domain but problem is when i login in XP machine with Administrator account of samba i cannot change anything in XP even not system time so is it problem of privileges ??
$ cat ~/satish/url.txt
http://www.linuxbug.org