Displaying 15 results from an estimated 15 matches for "adminname".
2003 Oct 12
1
Error when creating user with Samba 3.0 & LDAP
Hy,
I just install OpenLDAP 2.0 and Samba 3.0. (both from RPM).
I used tools from idealx (found in src from Samba 3.0) to populate the ldap
tree. My ldap is empty when i start, i just added index and samba.schema in
slapd.conf.
I used net rpc getsid to generate my domain SID and put in the
smbldap_conf.pm with others options (dc, ou, dn etc.)
I didn't get any error with this tool, it create
2016 Mar 13
1
Specify or rename 'Administrator' name (cn) for DC ?
...to
something else, for example, to 'DomaAdministr' ?
If it is, is it possible via command-line or via LDAP browsers only ?
If it do via LDAP browser (of course cn will be changed) , will Samba4
contunue to work correctly ?
Also, I offer to add new switch to Samba4 DC provision such as 'adminname'
, that is:
Set DC Administrator name during provision, for example:
./samba-tool domain provision --host-name=Main --realm=dom.net --domain=Dom
--host-ip=192.168.0.1 --adminname="MainDomAdmin" --adminpass='passsss'
--server-role=dc --function-level=2008_R2 --use-rfc2307
2004 Aug 20
0
Creating domain users in AD from Linux
...r suggesting it) and it worked.
$ net rpc user add foobar -S pdcname -Uadmin%adminpassword
Two things left: password and (as I discovered later)
userAccountControl.
`net rpc password' did not work, `net ads password' did (go figure).
$ net ads password foobar secret -S pdcname -Uadminname%adminpassword
Also doing that with ldapmodify works:
$ cat >changepwd.ldif
dn: CN=foobar,CN=Users,DC=yoursite,DC=com
changetype: modify
replace: unicodePwd
$ cleartext2unicodepwd secret >>changepwd.ldif
$ cat changepwd.ldif
dn: CN=foobar,CN=Users,DC=yoursite,...
2003 Dec 30
1
sambaSamAccount versus SambaSAMAccount
...add => [sambaLogoffTime => '2147483647'],
-------------- next part --------------
--- smbldap-populate.pl.orig Tue Dec 30 22:39:56 2003
+++ smbldap-populate.pl Tue Dec 30 22:37:54 2003
@@ -122,7 +122,7 @@
cn: $adminName
sn: $adminName
objectClass: inetOrgPerson
-objectClass: sambaSAMAccount
+objectClass: sambaSamAccount
objectClass: posixAccount
gidNumber: 512
uid: $adminName
@@ -149,7 +149,7 @@
cn: $guestName
sn: $guestName
objectClass: inetOrgPerson
-objectClass: sambaSAMAccount
+objectClass: sambaSamAcc...
2015 Nov 30
2
Making icecast stream available outside my network?
Hi, i'm a newb to using icecast.
what i'm using is, foobar2000, with the altacast encoder.
I went in to the config file, and changed the adminname/password.
i've left everything else at there defaults.
I open up altacast, and add a new encoder, giveing it the user name, and
password.
it works fine.
But when giveing the link to people to listen, they say they can't open it.
I've read up on the doc, but still can't seem to fig...
2015 Dec 01
2
Making icecast stream available outside my network?
...ome port forwarding, so your
> listeners can reach it.
>
> - Marius
>
> Den 30.11.2015 22:59, skrev Matt Turner:
>> Hi, i'm a newb to using icecast.
>> what i'm using is, foobar2000, with the altacast encoder.
>> I went in to the config file, and changed the adminname/password.
>> i've left everything else at there defaults.
>> I open up altacast, and add a new encoder, giveing it the user name, and
>> password.
>> it works fine.
>> But when giveing the link to people to listen, they say they can't open it.
>> I'v...
2005 Mar 08
2
Trying to get ADS authentication working.
...ling lists. I'm not sure why better documentation hasn't been
written on the web site for the ADS feature since it's pretty
spectacular to be able join a Samba server natively to an AD domain.
I have successfully joined the samba server to the win 2k3 domain with
this commands:
Kinit adminName@HQ.NAVIS.NET
Net ads join "HQ Servers"
This seems to work just fine but when I run "wbinfo -t" I get:
checking the trust secret via RPC calls failed
error code was NT_STATUS_DOMAIN_CONTROLLER_NOT_FOUND (0xc0000233)
Could not check secret
I have set the winbind to debug level 1...
2004 Feb 16
1
Samba 3.0.2 mapped by Actve Directory
I have spent a while trying to join a samba machine to our university's
active directory structure so that allowed users can map to it by simply
running \\webserver
I was able to join the machine just fine via: net ads join
VPSA/UH/UH-_ResComp_Servers/ -U adminname
And now I can run wbinfo -u to get a listing of all users on our
network. I have the right permissions, because from that computer, I can
run "smbclient //IP/c\$ -k" and it lets me through as it should.
However, when I run "\\webserver" from any other computer, log.smbd
shows:...
2015 Dec 01
0
Making icecast stream available outside my network?
...2.16.0.0/12), then you have to do some port forwarding, so your
listeners can reach it.
- Marius
Den 30.11.2015 22:59, skrev Matt Turner:
> Hi, i'm a newb to using icecast.
> what i'm using is, foobar2000, with the altacast encoder.
> I went in to the config file, and changed the adminname/password.
> i've left everything else at there defaults.
> I open up altacast, and add a new encoder, giveing it the user name, and
> password.
> it works fine.
> But when giveing the link to people to listen, they say they can't open it.
> I've read up on the doc, b...
2015 Dec 01
0
Making icecast stream available outside my network?
...;> listeners can reach it.
>>
>> - Marius
>>
>> Den 30.11.2015 22:59, skrev Matt Turner:
>>> Hi, i'm a newb to using icecast.
>>> what i'm using is, foobar2000, with the altacast encoder.
>>> I went in to the config file, and changed the adminname/password.
>>> i've left everything else at there defaults.
>>> I open up altacast, and add a new encoder, giveing it the user name, and
>>> password.
>>> it works fine.
>>> But when giveing the link to people to listen, they say they can't open...
2004 Apr 08
0
Setting up Linux and ADS
...ux distributions).
As per the many howto's and docs out there, I installed KRB5 (MIT version)
and OpenLDAP required library files. No problems.
I've run kinit against the AD here at the office, no problem, got a ticket.
I've run net ads join "Operations\City\Data Centre" -U\$adminname, no
problem
I've run net ads testjoin and it comes back Ok.
I've run klist tickets on my local PC, no problem, got a ticket from the
server.
When it comes time to run smbclient or attempt to mount and Samba shares, I
get problems. For example:
smbclient -L calnfs01 -k -Ujbennett
session...
2004 May 26
0
Configuration
...1.1.1.111 (obviously not the correct IP)
winbind uid = 10000-20000
winbind gid = 10001-10026
hosts allow = 11.1.1. 127.
[filefolder]
path = /opt/filefolder
hosts allow = 11.1.1.
browseable = yes
read only = no
I do the "smbpasswd -j DOMAINNAME.com -r PDC -U adminname" command successfully, because I get the message back that says I have joined the domain. I can see the Samba machine from the Windows machines, but the only machine that can resolve the password and connect (successfully map the drive) is the PDC.
I believe the problem has been with winbind....
2009 Aug 24
0
Failed to join domainL: failed to connect to AD: NT_STATUS_NOT_SUPPORTED
...ads_sasl_spnego_krb5_bind failed
"failed to join domain: failed to connect to AD:
NT_STATUS_NOT_SUPPORTED"
It doesn't matter if I use ads or domain for security mode (someone
suggested using domain instead of ads), it still gives the same error.
Now, if I use net rpc join -U adminname -S servername
It will join the domain, but when I try to access the server it asks me
for a username and password and does not allow me to see any of the
shares.
I attempted to use this simple smb.conf file:
[global]
Workgroup = FTT
Realm = FTT.COM...
2011 May 05
1
variables inside a template for my hp ilo device
...;.'' + iparray[2] + ''.'' + ilonet
gwarray = iloip.split(''.'')
gateway = gwarray[0] + ''.'' + gwarray[1] + ''.'' + gwarray[2] + ''.'' + gwbit
<RIBCL VERSION="2.0">
<LOGIN USER_LOGIN="adminname" PASSWORD="password">
<SERVER_INFO MODE="write">
<SERVER_NAME value ="<%= hostname %>"/>
</SERVER_INFO>
<RIB_INFO MODE="write">
<MOD_NETWORK_SETTINGS>
<SPEED_AUTOSELECT VALUE = "...
2008 Nov 02
1
How to killsource from command line?
Hi
Many thanks for the helpful replies.
Please see below.
2008/11/1 David Saunders <abitar.com at gmail.com>:
> They should work :P
>
> but if it the local server try using 127.0.0.1 for the server name
> instead, lot of server are not configure correctly to know what their
> address is.
>
> also the syntax user:Pass at servername should work also.
Doesn't