search for: pcname

Displaying 20 results from an estimated 59 matches for "pcname".

Did you mean: cname
2016 Mar 24
2
Failed to modify SPNs on error in module acl: Constraint violation during LDB_MODIFY (19)
...name=* serviceprincipalname > > For me: > ldbsearch -H > /var/lib/samba/private/sam.ldb serviceprincipalname=* serviceprincipalname > [...] Thank you again for the hint! With "loglevel=10" i found the affected servicePrincipalName: ldb: ldb_trace_request: MODIFY dn: CN=PCNAME,CN=Computers,DC=... changetype: modify add: servicePrincipalName servicePrincipalName: MSSQLSvc/PCNAME.domain.domain.domain.de:DATEV_DBENGIN E - control: 1.2.840.113556.1.4.1413 crit:0 data:no [2016/03/24 01:01:45.075853, 10, pid=32023, effective(0, 0), real(0, 0)] ../ source4/dsdb/samd...
2016 Mar 29
2
Failed to modify SPNs on error in module acl: Constraint violation during LDB_MODIFY (19)
....", installed local on this pc. It`s db is stored in local Microsoft-SQL. But yes, its seems curios, that this is added to the servicePrincipalname If i understand it`s syntax right, there should be eventually a portnumber, but maybe this is the local accountname for this service. > dn: CN=PCNAME,CN=Computers,DC=... > changetype: modify > add: servicePrincipalName > servicePrincipalName: MSSQLSvc/PCNAME.ad-dom.domain.tld:<some port number> > > And I would also add a second SPN using NETBIOS name of PCNAME rather than > FQDN, which gives us: > > servicePrincip...
2009 Feb 16
2
Using eval in multinom argument
...: z1=multinom(formula = class.ind(grp[-outgroup])~ (PC1 + PC2 + PC3), data=data.frame(scores)) However I need to be able to change the number of variables I am looking for in 'scores' and so am trying to call it this way... z1=multinom(formula = class.ind(grp[-outgroup])~ eval(parse(text=PCnames)), data=data.frame(scores)) ...where, for example, PCnames = c("PC1", "+", "PC2", "+", "PC3") This gives no error messages, but only the last variable (in this case PC3) gets considered in the model. z1 looks like this: (Intercept) eval...
2011 Jun 13
2
computer name
...e to identify the computer the code is running on? I have some common code that I run on several computers and each has a database with a different server name - although the content is identical. I need to set thisServer depending on which machine the code is running on... something like... if(pcname = pc1) thisServer = 'SERVER1' if(pcname = pc2) thisServer = 'SERVER2' conn <- odbcDriverConnect("driver=SQL Server;database=x;server=thisServer;") ...rest of code will now run OK. I know I could set the DSN names the same and use... conn <- odbcConnect("com...
2016 Mar 24
0
Failed to modify SPNs on error in module acl: Constraint violation during LDB_MODIFY (19)
...SPN syntax as follow: *serviceclass/host:port servicename* *serviceclass* and *host* are required, but *port* and *service* name are optional. The colon between *host* and *port* is only required when a *port* is present. According to that and because I have no idea what is DATEV_DBENGINE dn: CN=PCNAME,CN=Computers,DC=... changetype: modify add: servicePrincipalName servicePrincipalName: MSSQLSvc/PCNAME.ad-dom.domain.tld:<some port number> And I would also add a second SPN using NETBIOS name of PCNAME rather than FQDN, which gives us: servicePrincipalName: MSSQLSvc/PCNAME:<some port nu...
2016 Mar 29
0
Failed to modify SPNs on error in module acl: Constraint violation during LDB_MODIFY (19)
...on this pc. > It`s db is stored in local Microsoft-SQL. > But yes, its seems curios, that this is added to the servicePrincipalname > If i understand it`s syntax right, there should be eventually a portnumber, > but maybe this is the local accountname for this service. > > dn: CN=PCNAME,CN=Computers,DC=... > > changetype: modify > > add: servicePrincipalName > > servicePrincipalName: MSSQLSvc/PCNAME.ad-dom.domain.tld:<some port > number> > > > > And I would also add a second SPN using NETBIOS name of PCNAME rather > than > > FQDN, wh...
2015 Sep 01
0
Samba 4 and MS Windows NFS Server (2012R2) - Update
Try this on your samba DC. amba-tool spn list PCNAME$ You should see something like: PCNAME$$ User CN=PCNAME,CN=Computers,DC=internal,DC=domain,DC=tld has the following servicePrincipalName: HOST/PCNAME HOST/PCNAME.internal.domain.tld nfs/PCNAME.internal.domain.tld nfs/PCNAME.internal.domain.tld at YOUR_REALM can...
2007 Dec 17
1
samba passwords and ldap + telnet..
...one: Dec 17 08:52:38 ms249-lin-005 login[1680]: pam_ldap: error trying to bind as user "uid=testuser,ou=Users,dc=locale,dc=domain,dc=internal" (Invalid credentials) Dec 17 08:52:38 ms249-lin-005 login[1680]: (pam_unix) authentication failure; logname= uid=0 euid=0 tty=pts/1 ruser= rhost=PCNAME,locale,domain,internal" user=testuser Dec 17 08:52:40 ms249-lin-005 login[1680]: FAILED LOGIN (1) on 'pts/1' from PCNAME,locale,domain,internal"' FOR `testuser', Authentication failure i've spent 2 days now and im cant find my problem. I hope someone on this list k...
2020 Mar 20
3
Delete or repair corrupt records in zone data?
...fortunately this is all new to me. Asking the DNS for the content of a certain zone with # samba-tool dns query ip_of_domain_controller name_of_zone @ ALL -U administrator brings up two entries that look different. A good and working entry looks like this: Name=1, Records=1, Children=0 PTR: pcname.our_domain.local (flags=f0, serial=25, ttl=900) But there are two incomplete entries with just one line like this: Name=7, Records=0, Children=1 Name=44, Records=0, Children=1 Deleting a record needs the parameters[1] of the record to delete. But these records have none, so I'm lost how t...
2016 Mar 10
2
Failed to modify SPNs on error in module acl: Constraint violation during LDB_MODIFY (19)
...ams <awilliam at whitemice.org>: > On Tue, 2016-02-02 at 23:38 +0100, Markus Dellermann wrote: > > sometimes I see following in the logs: > > /source4/rpc_server/drsuapi/writespn.c:234(dcesrv_drsuapi_DsWriteAcco > > untSpn) > > Failed to modify SPNs on > > CN=PCNAME,CN=Computers,DC=DOMAIN,DC=NAME,DC=NAME,DC=de: error in > > module acl: > > Constraint violation during LDB_MODIFY (19) > > I am seeing a very similar message - Failed to modify SPNs on > CN=TERRINE-WHITE,OU=Terminal Servers,DC=example,DC=com: error in module > acl: Constrain...
1998 Sep 14
2
AW: How to print to CLIENT local printer?
...:lp=/dev/null:\ :if=/var/spool/lpd/Filter/PP01:\ :sh: ... Adjust the printcap parameters as needed (spool directory, directory to find the filter script). Make sure the lpd can access the directory. Consult your manual. Now create the filter script like this: #! /bin/sh /usr/bin/smbclient \\\\pcname\\printershare thepasswd -U username -P -c 'print -' > /dev/null The filter has only two (2) lines. Don't break line two. May be your mail client wraps the lines!!! - Change "/usr/bin/smbclient" to the path of your smbclient (maybe /usr/local/samba/bin ?). - Change "pc...
2015 Sep 01
5
Samba 4 and MS Windows NFS Server (2012R2) - Update
Hi again, I just started to debug things on the samba4 side: When trying to mount the Windows NFS share, I get the following error on the samba4 dc (just grepping for nfs in the logs): auth_check_password_send: Checking password for unmapped user [S5DOM.TEST]\[nfs/nfsclient.mydom.test]@[] map_user_info_cracknames: Mapping user [MYDOM.TEST]\[nfs/nfsclient.mydom.test] from workstation []
2024 Jan 04
1
Fresh ad installation - Win2022 can't join
...omputer?view=powershell-5.1 > > I'll test that later ... thanks a lot ;) > >> You could then specify which DC to use during the join. >> >> Rowland > > Cheers, > Torsten That does not work, too ... PS C:\Users\Administrator> Add-Computer -ComputerName PCNAME -DomainName augusta.domain.tld -Server DC -Credential augusta.domain.tld\Administrator -PassThru -Verbose AUSF?HRLICH: Ausf?hren des Vorgangs "Dom?ne "augusta.domain.tld\DC" beitreten" f?r das Ziel "PCNAME". Add-Computer : Fehler beim Beitreten des Computers "P...
2016 Feb 02
2
Failed to modify SPNs on error in module acl: Constraint violation during LDB_MODIFY (19)
Hi, sometimes I see following in the logs: /source4/rpc_server/drsuapi/writespn.c:234(dcesrv_drsuapi_DsWriteAccountSpn) Failed to modify SPNs on CN=PCNAME,CN=Computers,DC=DOMAIN,DC=NAME,DC=NAME,DC=de: error in module acl: Constraint violation during LDB_MODIFY (19) In the net i found this "explanation": "LDAP_CONSTRAINT_VIOLATION Indicates that the attribute value specified in a modify, add, or modify DN operation violates constra...
2005 Nov 16
1
The server is not configured for transactions
Hi. There are Samba 3.0.20b and 'local master = yes'. If I use WInXP or Win98, I can browse network. All is Ok. But I am getting an error "The server is not configured for transactions" when I try to browse network with Windows NT 4.0. I can connect to some PC on network by `\\PCNAME' command. But can't browse network! Could somebody help me? Thank you. samba's PC NT log: [2005/11/09 13:23:30, 10] lib/util.c:dump_data(2053) [000] 4D 00 00 5C 00 5C 00 4B 00 45 00 4E 00 5C 00 49 M..\.\.D .E.N.\.I [010] 00 50 00 43 00 24 00 00 00 49 50 43 00 .P.C.$.....
2015 Mar 18
2
Can add with net rpc command but NOT with dsa.msc
...2015 12:36, L.P.H. van Belle a ?crit : > net rpc ? > and you dont mean : samba-tool user create username > >> "An error occured. Contact your administrator" ... > This if from a pc which joined the AD and your login was "DOMAIN\Adminsitrator" > and not "PCNAME\Administrator" > > > Greetz, > > Loius > > >> -----Oorspronkelijk bericht----- >> Van: h.henoch at isc84.org [mailto:samba-bounces at lists.samba.org] >> Namens Herv? H?noch >> Verzonden: woensdag 18 maart 2015 12:08 >> Aan: samba at lists.sam...
2006 Apr 21
2
Domain admins and samba
...domain administrators domain admin group = root user1 user2 @sysadmin domain admin users = @sysadmin I have a group called "sysadmin" on my /etc/group profile and added both user1 and user2. 2. Map the Windows Domain Admins to sysadmin group account using the command below: pcname#net groupmap modify ntgroup="Domain Admins" unixgroup=sysadmin 3. Check if the command was successful by using the command below: pcname#net groupmap list Domain Admins (S-1-5-21-1071463269-1754759636-1174686074-512) -> sysadmin The above result clearly shows that it was successful...
2000 Jan 03
0
Character set and client code page in samba 2.0.6.
...result will be completly unreadable. All filenames with CP852 characters will be distorted - some of them will vanish, others will be mapped unproperly. To examine the problem more closely, one can use below command to save share's listing in a file: ./smbclient //PCNAME/ISO8859-2_share -c dir > PC.dir After opening PC.dir in vi editor we will see that characters (for example) 0x88 and 0xa5 from CP852, are mapped to ^Z and character 0x98 is mapped to 0xc2. One could expect that 0x88 is mapped to 0xb3, 0xa5 to 0xb1 and 0x98 to 0xb6 which are...
2015 Oct 02
5
Samba 4 PDC and Windows Join
As far as i know, as of samba 4, i dont do any registry changes anymore. And thinking.. even with samba 3 i did not set these on my win 7 systems. I still have few win 7 pc's connect to samba 3.6 PDC, without registry changes. But it all depends on correct dns / dns domainname /wins settings. ( for samba also, i always use "dns proxy = yes" ) If these arent correct, then the
2002 Oct 28
2
root prexec/postexec & login scripts
I have a perl script that I'd like to use to create windows 9x login scripts at login time but I cannot get the process to work right. I have RedHat 7.3 (actually the k12ltsp v2.1.0 which is a modified RH7.3) set up as a domain controller which is working well. Manually created login scripts run fine on the workstations at login. I'm using a netlogon script I found at