Displaying 6 results from an estimated 6 matches for "samda".
Did you mean:
samba
2005 May 18
1
Samba+LDAP PDC working, but without groups
Hi,
I'm running a Samda+LDAP PDC, and it's working flawless. The problem is that I
cannot have any domain admins.
When I run "net groupmap list" , I have nothing... it's clean. So I tried the
following command:
samba:~ # net groupmap add ntgroup="Domain Admins" unixgroup=wheel rid=512
Whic...
2012 Sep 16
2
Samba/LDAP appliance recommendation
Hi all,
What's a good Samba+LDAP appliance these days for a small business?
Currently I used a stock Ubuntu server and did all Samda/LDAP configuration
manually. I'm looking for something that can allow my regular staff to use
as well.
1. I tried most of the popular NAS distros, like FreeNAS, NAS4Free,
OpenmediaVault, etc. Most of these NAS don't have an LDAP server built-in
2. I tried Openfiler, ClearOS and Zentyal wh...
2015 Mar 09
2
Users and groups named in Russian disappeared after upgrade samba4 PDC
Hello. I use Ubuntu 11.04. Yesterday I upgraded samba from
2:4.1.6+dfsg-1ubuntu2.14.04.3 to 2:4.1.6+dfsg-1ubuntu2.14.04.7 with some other
packages. After restart samda my users and groups named in RUssian have
disappeared. Neither Windows RSAT shows then, nor samba-tool user list, nor
wbinfo -u, nor getent passwd, nor pdbedit -L. There are only some users
available like Administrator, Guest, krbtgt, dhcpd and root. I didn't find any
related errors in the...
2002 Sep 10
2
installing samba 2.2.5 -- no luck...any ideas?
I know I am doing something wrong, but I can't figure out what. I have
downloaded the samba-latest.tar -- 2.2.5; gzip -d; tar -xvf.
aix 5.1
cd /usr/local/samba-2.2.5/source
./configure (having gcc installed)
bottom few line of screen after configure finishes:
checking if large file support can be enabled... yes
checking whether to support ACLs... no
checking whether to build winbind... no,
2015 Mar 10
0
Users and groups named in Russian disappeared after upgrade samba4 PDC
Hello Vitaly,
Am 09.03.2015 um 02:06 schrieb Vitaly Pyslar:
> Hello. I use Ubuntu 11.04. Yesterday I upgraded samba from
> 2:4.1.6+dfsg-1ubuntu2.14.04.3 to 2:4.1.6+dfsg-1ubuntu2.14.04.7 with some other
> packages. After restart samda my users and groups named in RUssian have
> disappeared. Neither Windows RSAT shows then, nor samba-tool user list, nor
> wbinfo -u, nor getent passwd, nor pdbedit -L.
Did you got errors during the classicupgrade?
@all: Didn't we had someone here on the list with a similar problem?
A...
2018 Feb 05
6
Using Samba AD for NFSV4 Kerberos servers and clients
Thanks Luc,
First, can I just use the small /etc/krb5.conf suggested in Samba AD
docs or do I need something more substantial on the server & client for
Kerberos NFS to work?
[libdefaults]
default_realm = SUBDOMAIN.DOMAIN.COM
dns_lookup_realm = false
dns_lookup_kdc = true
I understand a /etc/krb5.keytab file has to be created on both server &
client. Most