Displaying 20 results from an estimated 26 matches for "mydomainnam".
Did you mean:
mydomainname
2013 Apr 25
2
Samba4 and idmap backend (ad/rid)
...ember in an
AD environment but I have a problem with the id command.
wbinfo commands work but when I launch id command with a domain user I get
"user unknown".
Here is my smb.conf (Took from Samba Wiki) :
idmap config *:backend = tdb
idmap config *:range = 70001-80000
idmap config MYDOMAINNAME:backend = ad
idmap config MYDOMAINNAME:schema_mode = rfc2307
idmap config MYDOMAINNAME:range = 500-40000
winbind nss info = rfc2307
winbind trusted domains only = no
winbind use default domain = yes
winbind enum users = yes
winbind enum groups = yes
If I replace "idmap...
2013 Dec 06
1
DNS_INFO_NO_RECORDS when trying to join domain
...ssing section "[contabilita]"
Loaded services file OK.
WARNING: You have some share names that are longer than 12 characters.
These may not be accessible to some older clients.
(Eg. Windows9x, WindowsMe, and smbclient prior to Samba 3.0.)
Server role: ROLE_DOMAIN_PDC
[global]
workgroup = MYDOMAINNAME
server string = %h PDC (%v)
interfaces = eth0, lo
bind interfaces only = Yes
passdb backend = ldapsam:ldap://localhost
guest account = guest
name resolve order = wins host dns bcast
add user script = /bin/netuseradd -a -m '%u'
delete user script = /bin/netuserdel '%u'
add...
2012 Jun 11
1
working dhcpd.conf with routes
Hello listmates,
I am running DHCPD for IPv4 on a Centos 5 machine. I am wondering if anyone
has got a functional dhcpd.conf configuration serving static routes to
Linux, Mac OS X and Windows clients.
I tried a couple of variations of static-routes options - but have yet to
create something that would work.
Thanks.
Boris.
2007 May 30
1
What are they trying to do here?
...omeone (using root and an assortment of
other login names) is trying to access by dovecot server.
My first ?issue? is I can?t find a log file anywhere that tells me the IP
address of the attacker. I see a series of ?authentication failure?
messages in my /log/messages file:
May 29 21:23:35 mydomainname dovecot(pam_unix)[15317]: authentication
failure; logname= uid=0 euid=0 tty= ruser= rhost= user=root
May 29 21:23:35 mydomainname dovecot(pam_unix)[15318]: check pass; user
unknown
May 29 21:23:35 mydomainname dovecot(pam_unix)[15318]: authentication
failure; logname= uid=0 euid=0 tty= ruser= r...
2018 Aug 24
0
DNS issue in samba 4.9.0rc3
...24 09:53:24.008739, 0] ../source4/dsdb/dns/dns_update.c:330(dnsupdate_nameupdate_done)
Aug 24 09:53:24 dc1.ntbaobei.com samba[57539]: ../source4/dsdb/dns/dns_update.c:330: Failed DNS update - with error code 29
when I run "ping dc1" in shell ,it give me a correct result like:
PING dc1.mydomainname.com (192.168.42.15) 56(84) bytes of data.
64 bytes from dc1.mydomainname.com (192.168.42.15): icmp_seq=1 ttl=64 time=0.033 ms
64 bytes from dc1.mydomainname.com (192.168.42.15): icmp_seq=2 ttl=64 time=0.067 ms
...
here is my configure parameter:
./configure --prefix=/usr --sysconfdir=/etc --local...
2018 Oct 22
1
Unable to join domain by using NetJoinDomain on Windows
...9.1 to build a domain. And I have a Windows 7
virtual machine to join the domain. However, I found it was fail when I
used the NetJoinDomain which is the C# Library on Windows.
I am using the Unsecure option, authenticating by the machine password. And
Here is my code
int ret = NetJoinDomain(null, myDomainName, null, null, myMachinePassword,
(JoinOptions.NETSETUP_JOIN_DOMAIN | JoinOptions.NETSETUP_JOIN_UNSECURE |
JoinOptions.NETSETUP_DOMAIN_IF_JOINED |
JoinOptions.NETSETUP_MACHINE_PWD_PASSED));
It was successfully on samba 4.5.16. I used the same method to join the
domain previously but it doesn’t wor...
2005 Feb 11
0
Inconsistant write access to SAMBA share
...desktop i can read but have no write access with the same
account. The folder permissions all seem to match my windows user and
windows group and i'm stumped as to why this all works from the dos
prompt but not from windows. Any ideas?
Here is my smb.conf config
[global]
workgroup = MYDOMAINNAME
netbios name = MYSERVERNAME
realm = MYDOMAINNAME.MY.DOMAIN
security = ads
encrypt passwords = yes
password server = MY_ADDC.MY.DOMAIN
wins server = MY_ADDC.MY.DOMAIN
name resolve order = lmhosts host wins bcast
log file = /var/log/samba/%m.log
server string = RedHat Samb...
2009 Jul 24
1
Bug[5305] NT_STATUS_INVALID_COMPUTER_NAME
On Fri, Jul 24, 2009 at 09:13:07AM -0500, Lukasz Szybalski wrote:
> > Try to add "-S delldebian2" to that command line
> >
>
> net rpc join -I xx.x.x.xx -UAdministrator -w mydomainname -S delldebian2
> Enter Administrator's password:
> [2009/07/24 08:46:47, 0] utils/net_rpc_join.c:net_rpc_join_newstyle(393)
> Error in domain join verification (credential setup failed):
> NT_STATUS_INVALID_COMPUTER_NAME
Ok, that's funny. Then probably "delldebian2&quo...
2014 Apr 18
1
virsh blockcommit hangs at 100%
hi,
i am trying to blockcommit a external qcow2 snapshot back into its raw
backing file like:
sudo virsh blockcommit myDomainName vda --wait --verbose
the output just shows:
Block Commit: [100 %]
and stays like that (i waited about an hour or so...). No "Commit
complete" message.
- explicitly passing --base and/or --top arguments makes no difference.
- did not find a related log entry in syslog and consorts
e...
2008 Jun 02
2
cifs and kerberos
Hi,
when I try to mount a windows share with a valide kerberos ticket :
mount.cifs //auberge.iut.lan/install_autocad /mnt/test/ -o
user='IUT\Administrateur',password=toto,sec=krb5i
I get this error :
Jun 2 12:32:51 brice-deb kernel: fs/cifs/cifs_spnego.c: key
description =
ver=0x1;host=auberge.iut.lan;ip4=10.31.0.12;sec=krb5;uid=0x0
Jun 2 12:32:51 brice-deb cifs.spnego:
2020 Oct 01
3
CTDB Question w/ Winbind
Martin,
Here you go,
# echo "mypassword" | net --no-dns-updates -U service-account-name ads
testjoin domain.local
kerberos_kinit_password NETBIOS_NAME$@DOMAIN.LOCAL failed: Client not found
in Kerberos database
Join to domain is not valid: The name provided is not a properly formed
account name.
On Wed, Sep 30, 2020 at 9:34 PM Martin Schwenke <martin at meltin.net> wrote:
2015 Jan 05
3
linux client join DC how?
...ault entry but the second and third are blank and as
instructed I accepted the 'blank' entries.
I do not know if that has anything to do with my issue but, I thought I
would point it out.
When I test, samba is running and DNS test properly.
When I 'net ads join -U Administrator at MYDOMAINNAME.LAN' the entry
requests my Administrator password. When entered, the curser shifts to
the next line and blinks. No connection.
What do you need to know?
---
-------------------------
Bob Wooden of Donelson Trophy
615.885.2846 (main)
www.donelsontrophy.com [2]
"Everyone deserves an...
2004 Feb 23
1
Samba PDC / BDC with ldapsam
...ster to make updates.
Recently I set up a BDC on a slave ldap server on a remote network connected to the local network via wan. Authentication works great, however, in testing I tried to change my password on a remote windows client, and got a return error of "Unable to change password: <MYDOMAINNAME> Domain is unavailable", or something to that degree.
Upon reviewing the slave ldap logs, I saw samba searching for "objectClass=referral", then "objectClass=*", before returning the failure error to the client.
Now, admittedly, I have the BDC configured as a BDC, whe...
2002 Sep 26
1
Cannot join a Samba Domain with a win2k station
Hello,
I try to join a samba domain with a Win2k Server. The result is a box with the message:
The following error occured validating the name "myDomainName"
This condition may be caused by a DNS lookup problem. For information about trouble shooting common DNS lookup problems, please see the following Microsoft Web site: http://..../...
The specified domain either does not exist or could not be contacted.
It seems that a record lacked in t...
2011 Apr 15
3
Samba 3.5.8 / Windows error and system errors while mapping network drive on some PC's
...owing my Samba ID, my actual domain name, and my computer
name. The log.<computer_name> file from the computer getting Windows
drive mapping errors does not have this type of entry:
[ ]
libsmb/ntlmssp.c:747(ntlmssp_server_auth)
Got user=[MyUserName] domain=[MyDomainName]
workstation=[MyComputerName] len1=24 len2=24
2. The log.<computer_name> file from the computer getting Windows drive
mapping errors ends with two additional entries (below). The
log.<computer_name> file that works does not end with these two entries
(timestamps removed for compari...
2004 Mar 31
9
failing to browse unix shares with samba 3.0.2a
We upgraded our Solaris 9 samba server to version 3.0.2a and configured
Kerberos MIT 1.3.2.
I was able to run kinit and join samba to our windows 2003 domain as a
domain member, but when I am trying to browse the samba shares from a
windows XP machine it is failing. When I am looking at the samba logs this
is what I am getting:
[2004/03/30 11:15:26, 3]
2020 Oct 01
0
CTDB Question w/ Winbind
And more information, wondering about DNS issues or DC issues...
# wbinfo --ping-dc
checking the NETLOGON for domain[MYDOMAINNAME] dc connection to "" failed
failed to call wbcPingDc: WBC_ERR_DOMAIN_NOT_FOUND
On Thu, Oct 1, 2020 at 9:21 AM Robert Buck <robert.buck at som.com> wrote:
> Martin,
>
> Here you go,
>
> # echo "mypassword" | net --no-dns-updates -U service-account-name ad...
2009 Apr 03
0
An issue of I login my mail server from webmail client
...t value, that means not since squirrelmail timeout), I
will got timeout issue when I login about 5PM ~ 10PM everyday (it works fine
on other time, I also check my cron, that looks no problem), and during this
time, I also cannot connect my 993 port with openssl like this:
openssl s_client -connect myDomainName:993
But when I use mail client (such as outlook) to access dovecot, that works
fine, and during 5PM ~ 10PM, my web site also works fine, and once I restart
computer if I can not login during 5PM ~ 10PM from webmail client. that will
work fine.
can you try to help me? below is my configure of dov...
2003 Apr 13
0
Samba as a DC
...owto says, rebooted and then added
the station. I have managed to log into the machine with a domain user and
everything looked great, when I tried adding the domain user to the local
admins by:
login in as local administrator.
go the users/group profile and open the administrators group.
(I saw MYDOMAINNAME\domain admins there so the station registration process
looks good)
I then tried to add my user by adding it with and without the domainname\
as a prefix I tried adding domain users as well with no success, nothing
seems to work here.
I did the same many times in my office where I have a window...
2013 Oct 16
0
Windows XP client apps crash/hang when starting file-picker
...Y SO_RCVBUF=8192 SO_SNDBUF=8192
##### DOMAIN #####
domain logons = yes
domain master = yes
logon drive = H:
local master = yes
logon path = \\%L\%u\windows
logon script = netlogon.bat
preferred master = yes
os level = 255
security = user
server string = Debian GNU/Linux with Samba 3.0
workgroup = MYDOMAINNAME
##### PASSWORDS #####
encrypt passwords = true
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = *New*UNIX*password* %n\n *ReType*new*UNIX*password* %n\n
*passwd:*all*authentication*tokens*updated*successfully*
pam password change = yes
check password script = /opt/myso...