Displaying 7 results from an estimated 7 matches for "group_entry".
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
2009 Jun 26
2
smblap-useradd problem
...d -a ploup
Can't call method "get_value" on an 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&...
2010 Jul 12
1
smbldap-groupmod problem
...as the users was removed or added from the group, but an error
is throwed in the output:
server:~# smbldap-groupmod -x user1 -m user2 testgroup
Can't call method "get_value" on an undefined value at
/usr/sbin/smbldap-groupmod line 146.
The line in question is:
if ($group_entry->get_value('sambaSID') eq
$user_entry->get_value('sambaPrimaryGroupSID')) {
What this means? Tks in advance.
--
Leonardo Carneiro
2004 Jul 22
1
vampire failed for undefiled value sambaSID
..., 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 briefly looks at th...
2006 Dec 01
1
Adding users with usrmgr/smbldap-useradd
...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 not working on...
2005 Aug 11
4
smbldap-tools unresovled problem.
...d;
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=$userGidNumber
$group_entry = read_group_entry_gid($userGidNumber);
@@ -265,6 +265,28 @@
$modify->code && die "failed to add entry: ", $modify->error ;
}
+
+ if (defined($Options{'w'})) {
+ my $date=time;
+ my $modify = $ldap_master->modify ( "uid=$userName,$config{compu...
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