search for: nt_name

Displaying 12 results from an estimated 12 matches for "nt_name".

Did you mean: at_name
2013 Jul 08
1
samba4 - error during classicupgrade
...grade.py", line 885, in upgrade_from_samba3 add_group_from_mapping_entry(result.samdb, g, logger) File "/usr/local/samba/lib/python2.6/site-packages/samba/upgrade.py", line 274, in add_group_from_mapping_entry m.dn = ldb.Dn(samdb, "CN=%s,CN=Users,%s" % (groupmap.nt_name, samdb.get_default_basedn())) The connection to the LDAP server was closed I use ldap backend. anyone could help me ? St?phane Purnelle ----------------------------------- St?phane PURNELLE Admin. Syst?mes et R?seaux Service Informatique Corman S.A. Te...
2012 Dec 13
1
Checking data migration from samba3 to samba4
...64/python2.6/site-packages/samba/upgrade.py", line 879, in upgrade_from_samba3 add_group_from_mapping_entry(result.samdb, g, logger) File "/usr/local/samba/lib64/python2.6/site-packages/samba/upgrade.py", line 264, in add_group_from_mapping_entry str(groupmap.sid), groupmap.nt_name, msg[0]['sAMAccountName'][0]) I used to follow the howto [root at gaara ambot]# /usr/local/samba/sbin/samba -i -M single samba version 4.1.0pre1-GIT-a44e58a started. Copyright Andrew Tridgell and the Samba Team 1992-2012 samba: using 'single' process model /usr/local/samba/sbin/s...
2015 Oct 27
2
[PATCH] Re: Samba 4.1.17 classic update w/LDAP - parsing error
...upgrade.py", line 771, in upgrade_from_samba3 add_group_from_mapping_entry(result.samdb, g, logger) File "/usr/local/samba/lib/python2.7/site-packages/samba/upgrade.py", line 275, in add_group_from_mapping_entry m.dn = ldb.Dn(samdb, "CN=%s,CN=Users,%s" % (groupmap.nt_name, samdb.get_default_basedn())) Dňa 08.10.2015 o 08:47 Mgr. Peter Tuharsky napísal(a): > Well, since I have no answer from Debian in order of patch, I'm trying > to do the import using group names with no special character at all. > > Strange thing - it dosen't work. > I have...
2002 Aug 10
1
Samba 2.2.x PDC code small corrections
...,7 @@ static_map[0].gid = (gid_t)-1; sid_copy(&static_map[0].sid, &global_sam_sid); - sid_append_rid(&static_map[1].sid, DOMAIN_GROUP_RID_ADMINS); + sid_append_rid(&static_map[0].sid, DOMAIN_GROUP_RID_ADMINS); static_map[0].sid_name_use = SID_NAME_DOM_GRP; fstrcpy(static_map[0].nt_name, "Domain Admins"); fstrcpy(static_map[0].comment, "Administrators for the domain"); So before "Domains Admins" had bad domain sid. Full patches are there http://www.mif.vu.lt/~rolnas/samba/. I use them half year without problems. Rolandas Naujikas P.S. The code in...
2015 Oct 28
0
[PATCH] Re: Samba 4.1.17 classic update w/LDAP - parsing error
...ne 771, in upgrade_from_samba3 > add_group_from_mapping_entry(result.samdb, g, logger) > File "/usr/local/samba/lib/python2.7/site-packages/samba/upgrade.py", > line 275, in add_group_from_mapping_entry > m.dn = ldb.Dn(samdb, "CN=%s,CN=Users,%s" % (groupmap.nt_name, > samdb.get_default_basedn())) > > Dňa 08.10.2015 o 08:47 Mgr. Peter Tuharsky napísal(a): >> Well, since I have no answer from Debian in order of patch, I'm trying >> to do the import using group names with no special character at all. >> >> Strange thing - it...
2004 Jan 30
0
[PATCH] Group mapping primary group SID update
...gid_t old_gid; + fstring usrsid = ""; + /* get the options */ for ( i=0; i<argc; i++ ) { if ( !StrnCaseCmp(argv[i], "ntgroup", strlen("ntgroup")) ) { @@ -398,6 +463,8 @@ if ( ntgroup[0] ) fstrcpy( map.nt_name, ntgroup ); + /* Keep old gid in memory then change it if needed */ + old_gid = map.gid; if ( unixgrp[0] ) { gid = nametogid( unixgrp ); if ( gid == -1 ) { @@ -416,6 +483,16 @@ d_printf("Updated mapping entry for %s\n", ntgroup...
2011 Sep 09
3
Can't add users to well known groups...
I created the well known group Domain Admins pointing to a local group, but I am not able to add users to the group -- it claims I can only add users to local or global groups... But I only see local, domain ,well-known, builtin. There are no global groups unless one would include all groups that are not local (i.e. domain, well-known, and builtin).... So why doesn't it want to let me add
2006 Feb 12
4
How do I emulate directory structure with routes?
...ething that I''m not sure is actually doable. I have a very complex model relationship with a lot of parent/child/grandchild/ greatgrandchild etc stuff going on. Is there a way to do a route like this? tld.com/ projects/:project_name/:sequence_acronym/:shot_number/:department/:eleme nt_name/:version/ where: project is the parent of sequence sequence is the parent of shot shot and department are parents to element element (will) exists in an acts_as_versioned model. or to also show it tld.com/projects/:project_name/:department/:element_name/:version/ Which would show a specific ve...
2012 Dec 20
1
Changing administrator password after Samba4 classic upgrade
...64/python2.6/site-packages/samba/upgrade.py", line 879, in upgrade_from_samba3 add_group_from_mapping_entry(result.samdb, g, logger) File "/usr/local/samba/lib64/python2.6/site-packages/samba/upgrade.py", line 264, in add_group_from_mapping_entry str(groupmap.sid), groupmap.nt_name, msg[0]['sAMAccountName'][0])* After that re-run the classic upgrade, and found out that the administrator SID was wrong and modified to xxx-500 where xxx domain SID and modified group Administrators because there are other domain SIDs. *- (remove the description, displaying only the last...
2006 Aug 10
6
3.0.20 -> 3.0.23 SID/group error?? Won't connect.
Gerry, all: HELP! On mandriva, I compiled samba from source and got it running, but I cannot connect from windows. (see my post from earlier "[Samba] Compiling and Configuring Samba for Mandrival") I think this relates to the group/SID changes discussed in the release notes. However, I'm not smart enough to figure it out. The tarball compiled and installed fine. It
2017 Sep 05
3
BUILTIN\Administrators - failed to call wbcSidToUid: WBC_ERR_DOMAIN_NOT_FOUND
Thank you very much for clarifying the ID mapping "magic";) > You do not need 'posixgroup', it is an auxiliary objectclass of group, you can add any of the rfc2307 attributes without it. Well, is there any option to remove it? Because "posixgroup" is on every group that was migrated from Samba 3. And I cannot edit this attribute in ADUC (delete button is grayed).
2013 Feb 25
7
"Samba 4" - "smbd"; "can't parse the PAC: NT_STATUS_BUFFER_TOO_SMALL" error but only for a single domain user ("Server 2008 R2" domain, "Server 2008" functional level forest).
Hello, We're having a problem with "Samba 4" joined to a "Server 2008 R2" domain (at "Server 2008" functional level across the forest). The interesting thing is that this only affects a single user - all other accounts work without problems. When accessing our main server using that account, "smbd" always reports "can't parse the PAC: