search for: ldapsam_update_group_mapping_entry

Displaying 18 results from an estimated 18 matches for "ldapsam_update_group_mapping_entry".

2003 Dec 22
2
uncovering groupmap problems
...delete them first? net groupmap list Domain Admins (S-1-5-21-3186189368-1246494298-1334198317-512) -> Domain Admins #NOTE - listed only one for clarity# # net groupmap modify sid=S-1-5-21-3186189368-1246494298-1334198317-512 unixgroup=root type=domain [2003/12/21 20:05:22, 0] passdb/pdb_ldap.c:ldapsam_update_group_mapping_entry(1954) ldapsam_update_group_mapping_entry: No group to modify! Could not update group database --- oh - ldif records from ldapsearch... # Domain Users, Groups, Mullen, US dn: cn=Domain Users,ou=Groups,o=Mullen,c=US objectClass: posixGroup objectClass: sambaGroupMapping gidNumber: 513 cn: Domain U...
2004 Jan 27
1
Group mapping bugs + PATCH
...ice (with two distinct gids) while creating/modifying a mapping. So we don't have exactly 1 SID <=> 1 GID. It is impossible to delete such a mapping (mapped twice) after its creation. 3) pdb_ldap.c also allows to use a gid already mapped while modifying a mapping (there is no check). 4) ldapsam_update_group_mapping_entry doesn't add the sambaGroupMapping objectClass when MODIFYING a mapping that involves a "simple" posixGroup entry in LDAP, like this one : dn: cn=myusers,ou=Users,dc=mydomain,dc=com objectClass: posixGroup gidNumber: 1012 cn: myusers memberUid: foouser The result is the mapping can...
2004 Dec 14
2
compiling problem with ldap support
...om integer without a cast passdb/pdb_ldap.c:1894: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_add_group_mapping_entry': passdb/pdb_ldap.c:2297: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_update_group_mapping_entry': passdb/pdb_ldap.c:2382: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_modify_aliasmem': passdb/pdb_ldap.c:2609: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `pdb_init_ldapsam_common'...
2004 Apr 30
0
Unable to get groupmap to work with LDAP
...47972635-552) -> Replicator Domain Computers (S-1-5-21-3532146760-1190644406-3147972635-553) -> Domain Computers When I attempt to change Domain Admins I get this [root@massive /]# net groupmap modify ntgroup="Domain Admins" unixgroup=root [2004/04/30 14:49:47, 0] passdb/pdb_ldap.c:ldapsam_update_group_mapping_entry(2141) ldapsam_update_group_mapping_entry: No group to modify! Could not update group database What am I doing wrong? Where are the group mappings stored? Thanks, Chris
2004 Jun 25
1
I can't compile samba 3.0.4 with LDAP
...integer without a cast passdb/pdb_ldap.c:1675: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_add_group_mapping_entry': passdb/pdb_ldap.c:2078: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_update_group_mapping_entry': passdb/pdb_ldap.c:2163: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_modify_aliasmem': passdb/pdb_ldap.c:2390: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `pdb_init_ldapsam_common...
2003 Oct 08
1
Migrating from win2k pdc to samba3 + ldap + pam + nss
....lbo_valid==0x2)' failed. Aborted If i try the same thind with "Domain Admins" -> root it doesn't work at all and says group not found scorpius:~# /usr/local/samba/bin/net groupmap modify ntgroup='Domain Admins' unixgroup=root [2003/10/08 10:43:38, 0] passdb/pdb_ldap.c:ldapsam_update_group_mapping_entry(1954) ldapsam_update_group_mapping_entry: No group to modify! Could not update group database scorpius:~# /usr/local/samba/bin/net groupmap list Users (S-1-5-32-545) -> users Domain Admins (S-1-5-21-682003330-616249376-1417001333-512) -> Domain Admins Domain Users (S-1-5-21-682003330-6162...
2005 Nov 29
1
passdb/pdb_ldap.c LBER_USE_DER undeclared
...integer without a cast passdb/pdb_ldap.c:1884: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_add_group_mapping_entry': passdb/pdb_ldap.c:2625: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_update_group_mapping_entry': passdb/pdb_ldap.c:2710: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_modify_aliasmem': passdb/pdb_ldap.c:2937: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `pdb_init_ldapsam_common...
2005 May 05
2
Fwd: Follow Up - Problem with groups & joining domain.- LDAP
...one confirm this? pw group add domadmins smbldap-groupadd -a domadmins - adds to ldap fine. net groupmap modify ntgroup="Domain Admins" unixgroup=domadmins . This fails with this error message: and I get the same error message if the -a omitted from smbldap-groupadd passdb/pdb_ldap.c:ldapsam_update_group_mapping_entry(2665) ldapsam_update_group_mapping_entry: No group to modify! Could not update group database net groupmap list shows all groups that are in LDAP. What I suspect is that group lookups are failing somehow, but I'm not sure. Also If I browse through network neighborhood to the samba PDC ser...
2004 May 06
0
having problems with samba 3 + net groupmap
...e smbldap-populate script Everything works ok up to this point but when I try to use the net tools to manage groups I come up with these errors: ***[root@pdc root]# net groupmap modify ntgroup="Administrators" unixgroup="domadmin" *[2004/05/06 09:25:14, 0] passdb/pdb_ldap.c:ldapsam_update_group_mapping_entry(2015) ldapsam_update_group_mapping_entry: No group to modify! Could not update group database * [root@pdc root]# net groupmap add rid=513 unixgroup="users" type=domain ntgroup="Domain Users"* adding entry for group Domain Users failed! I have this when do a net groupmap list...
2004 Jan 26
4
net: ../../../libraries/liblber/decode.c:644: ber_scanf: Assertion `((ber)->ber_opts.lbo_valid==0x2)' failed.
net groupmap modify ntgroup="Domain Admins" unixgroup=504 net: ../../../libraries/liblber/decode.c:644: ber_scanf: Assertion `((ber)->ber_opts.lbo_valid==0x2)' failed. I was told this may be specific to ldap setup with samba 3.0.0, but is fixed in later versions of samba. however, in 3.0.1, there is a far worse bug that makes machines only available some of the time(i was told
2004 Aug 04
0
passdb/pdb_ldap.c:2651 compilation error !!!
...om integer without a cast passdb/pdb_ldap.c:1675: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_add_group_mapping_entry': passdb/pdb_ldap.c:2078: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_update_group_mapping_entry': passdb/pdb_ldap.c:2163: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_modify_aliasmem': passdb/pdb_ldap.c:2390: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `pdb_init_ldapsam_common'...
2004 Nov 12
0
pdb_ldap.c Compilation Errors during "make"
...om integer without a cast passdb/pdb_ldap.c:1785: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_add_group_mapping_entry': passdb/pdb_ldap.c:2188: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_update_group_mapping_entry': passdb/pdb_ldap.c:2273: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_modify_aliasmem': passdb/pdb_ldap.c:2500: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `pdb_init_ldapsam_common'...
2005 Jul 08
0
passdb/pdb_ldap.c compile fails, samba-3.0.9
...integer without a cast passdb/pdb_ldap.c:1894: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_add_group_mapping_entry': passdb/pdb_ldap.c:2297: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_update_group_mapping_entry': passdb/pdb_ldap.c:2382: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_modify_aliasmem': passdb/pdb_ldap.c:2609: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `pdb_init_ldapsam_common...
2012 Sep 14
1
Samba 4.0.0rc1 Build Error
...3761] Linking default/source3/liblibsmb.so default/source3/passdb/pdb_ldap_3.o: In function `ldapsam_search_one_group': /builddir/build/BUILD/samba-4.0.0rc1/bin/../source3/passdb/pdb_ldap.c:2296: undefined reference to `groupmap_attr_list' default/source3/passdb/pdb_ldap_3.o: In function `ldapsam_update_group_mapping_entry': /builddir/build/BUILD/samba-4.0.0rc1/bin/../source3/passdb/pdb_ldap.c:3193: undefined reference to `groupmap_attr_list' default/source3/passdb/pdb_ldap_3.o: In function `ldapsam_delete_group_mapping_entry': /builddir/build/BUILD/samba-4.0.0rc1/bin/../source3/passdb/pdb_ldap.c:3270:...
2005 Mar 17
0
Samba 3.0.11 compile issue on AIX5.1 - pdb_ldap.c
...nteger without a cast passdb/pdb_ldap.c:1857: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_add_group_mapping_entry': passdb/pdb_ldap.c:2369: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_update_group_mapping_entry': passdb/pdb_ldap.c:2454: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_modify_aliasmem': passdb/pdb_ldap.c:2681: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `pdb_init_ldapsam_common...
2004 Aug 11
0
passdb/pdb_ldap.c:2651 compilation error SOLVED!!!
...om integer without a cast passdb/pdb_ldap.c:1675: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_add_group_mapping_entry': passdb/pdb_ldap.c:2078: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_update_group_mapping_entry': passdb/pdb_ldap.c:2163: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `ldapsam_modify_aliasmem': passdb/pdb_ldap.c:2390: warning: assignment makes pointer from integer without a cast passdb/pdb_ldap.c: In function `pdb_init_ldapsam_common'...
2005 Apr 21
0
Problem with groups & joining domain.- LDAP
...one confirm this? pw group add domadmins smbldap-groupadd -a domadmins - adds to ldap fine. net groupmap modify ntgroup="Domain Admins" unixgroup=domadmins . This fails with this error message: and I get the same error message if the -a omitted from smbldap-groupadd passdb/pdb_ldap.c:ldapsam_update_group_mapping_entry(2665) ldapsam_update_group_mapping_entry: No group to modify! Could not update group database net groupmap list shows all groups that are in LDAP. What I suspect is that group lookups are failing somehow, but I'm not sure. Also If I browse through network neighborhood to the samba PDC ser...
2004 Jan 27
0
problems with group mappings with ldap
...opts.lbo_valid==0x2)' failed.<br><br>-----BEGIN PGP SIGNED MESSAGE-----<br>Hash: SHA1<br><br>John H. wrote:<br><br>| net-3.2 groupmap modify ntgroup="Domain Admins" unixgroup="ntadmin"<br>| -s /etc/samba/smb.ldap<br>| ldapsam_update_group_mapping_entry: failed to<br>| modify group 504 error: attribute 'sambaSID' not<br>| allowed (Object class violation)<br>| Could not update group database<br><br>Do you already have a group mapping in LDAP ? If not,<br>use 'net groupmap add' instead of mo...