Displaying 6 results from an estimated 6 matches for "usergroupsid".
2006 Jun 15
3
UNIX accounts can create
Anybody know whats wrong when the commands
smbldap-useradd or populate work fine with ldap but cant create
unix/linux accounts ????
Pelase Help.
Jorge
__________________________________________________
Correo Yahoo!
Espacio para todos tus mensajes, antivirus y antispam ?gratis!
?Abr? tu cuenta ya! - http://correo.yahoo.com.ar
2004 Jul 22
1
vampire failed for undefiled value sambaSID
...ocess is running, but it failed create accounts for everyone.
The error message is
"Can't call method "get_value" on an undefined
value at /var/lib/samba/sbin/smbldap-useradd.pl line 152."
And I looked at the mentioned file and the line is
$userGroupSID = $group_entry->get_value('sambaSID');
I am following examples in "Samba-3 by Examples".
Configuration:
Fedora Core 2
Samba-3.0.3 that came with Fedora Core 2
smbldap-tools that came with Samba-3.0.3
It looks like it is the smbldap-tools issue. I brie...
2009 Jun 26
2
smblap-useradd problem
...undefined value at /usr/sbin/smbldap-
useradd line 232.
---
The related lines in smbldap-useradd script are :
----
229 # as grouprid we use the value of the sambaSID attribute for
230 # group of gidNumber=$userGidNumber
231 $group_entry = read_group_entry_gid($userGidNumber);
232 $userGroupSID = $group_entry->get_value('sambaSID');
233 unless ($userGroupSID) {
234 print "Error: SID not set for unix group $userGidNumber\n";
235 print "check if your unix group is mapped to an NT group\n";
236 exit(7);
237 }
----
So this script can...
2006 Dec 01
1
Adding users with usrmgr/smbldap-useradd
...gr tool to also work, so im working on the
scripts on the server.
I am getting this error however when I use smbldap-useradd:
Can't call method "get_value" on an undefined value at ./smbldap-useradd
line 197, <DATA> line 283.
The line in the file contains the following code:
$userGroupSID = $group_entry->get_value('sambaSID');
Not being a perl expert, not really sure what it wants.
In smbldap.conf I have this set:
SID="S-1-5-21-1662024183-4127337904-449993581"
Unless it wants something else? I really have no idea on this one.
I am assuming that since this is...
2005 Aug 11
4
smbldap-tools unresovled problem.
...-w
-# $Id: smbldap-useradd,v 1.27 2005/05/27 14:21:00 jtournier Exp $
+# $Id: smbldap-useradd,v 1.26 2005/02/26 11:12:25 jtournier Exp $
#
# This code was developped by IDEALX (http://IDEALX.org/) and
# contributors (their names can be found in the CONTRIBUTORS file).
@@ -164,7 +164,7 @@
my $userGroupSID;
my $userRid;
my $user_sid;
-if (defined $Options{'a'} or defined $Options{'i'}) {
+if (defined $Options{'a'} or defined $Options{'i'} or defined $Options{'w'}) {
# as grouprid we use the value of the sambaSID attribute for
# group of gidNumber=$userG...
2004 Feb 03
4
samba 3.0.1 and ldap backend problem - I can not add new accounts to domain.
Hi !
I cant add any user (person, and machine) to my domain made with
samba-3.0.1, openldap-2.0.27, new samba.schema, smbldap-tools-0.8.3. I
have to migrate from ldap_compact to ldap backend.
Rhea is a ldap server, codo is a PDC from DOMAIN.
To show, what the problem is, look at the following instructions:
root@rhea:~# smbldap-useradd -w loko20
root@rhea:~# getent passwd|grep loko