search for: bigsss

Displaying 15 results from an estimated 15 matches for "bigsss".

Did you mean: biggs
2019 Jan 10
4
samba-tool auth in scripts
Am 09.01.19 um 14:01 schrieb Rowland Penny via samba: > Try reading this: > > https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9 > > It's for DHCP updating dns records, but it uses a dedicated user and > kerberos, so it should help you. Thats exactly what I wanted, thanks. Just a little problem, "samba-tool [...] -k yes" after
2018 Jul 02
0
Migrate openLDAP into Samba AD
On Mon, 2 Jul 2018 14:24:03 +0200 Jakob Lenfers <lenfers at bigsss-bremen.de> wrote: > Am 02.07.2018 um 11:01 schrieb Rowland Penny via samba: > > >> - Is it feasible to authenticate and feed some user settings to > >> services like dovecot and nextcloud with a Samba AD? > > We have a wikipage for dovecot: > > > > ht...
2019 Jan 10
0
samba-tool auth in scripts
...ba [mailto:samba-bounces at lists.samba.org] Namens > Rowland Penny via samba > Verzonden: donderdag 10 januari 2019 14:09 > Aan: samba at lists.samba.org > Onderwerp: Re: [Samba] samba-tool auth in scripts > > On Thu, 10 Jan 2019 11:42:46 +0100 > Jakob Lenfers <lenfers at bigsss-bremen.de> wrote: > > > Am 09.01.19 um 14:01 schrieb Rowland Penny via samba: > > > > > Try reading this: > > > > > > > https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_ > records_with_BIND9 > > > > > > It's...
2019 Jan 10
0
samba-tool auth in scripts
On Thu, 10 Jan 2019 11:42:46 +0100 Jakob Lenfers <lenfers at bigsss-bremen.de> wrote: > Am 09.01.19 um 14:01 schrieb Rowland Penny via samba: > > > Try reading this: > > > > https://wiki.samba.org/index.php/Configure_DHCP_to_update_DNS_records_with_BIND9 > > > > It's for DHCP updating dns records, but it uses a dedicat...
2018 Jul 02
4
Migrate openLDAP into Samba AD
Am 02.07.2018 um 11:01 schrieb Rowland Penny via samba: > On Mon, 2 Jul 2018 10:19:29 +0200 > Jakob Lenfers via samba <samba at lists.samba.org> wrote: > You can extend the schema, Samba even supplies a script to turn > openldap schemas to Active directory ldifs and it has the imaginative > name of 'oLschema2ldif' Thanks, will check it out. >> - Is it feasible
2019 Sep 04
4
Printer with driver from Samba prints only b/w
Hi, sorry if this is off topic, but it only happens when samba is involved, maybe anybody here has an idea. System info: - Clients used were Win10, ranging from 1803 to 1903. - The DCs are running Samba 4.7.6. - The print server is a member server. I tried both scenarios with two samba print servers, Ubuntu 18.04, Cups 2.7. One had Ubuntus Samba, 4.7.6. The other used Louis van Belles 4.10.7. -
2017 Nov 15
2
Authenticate Postfix through Dovecot with slightly different LDAP settings
Hi, I'm setting up a server with Dovecot (2.2.2) and Postfix (3.1.0). Dovecot authenticates against LDAP and Postfix uses Dovecots SASL. That already works fine. But I would like to have slightly different LDAP settings for Dovecot and Postfix. Current setup: passdb { driver = ldap args = /etc/dovecot/dovecot-ldap.conf.ext } userdb { driver = ldap args =
2016 Apr 01
0
Management tool for Samba 4 classic with openldap
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi, I know this is only a peripheral samba question, but I think people here might know and maybe it could be of interest to others. :) I've got a Samba 4 in classic mode with openldap backend and am using GOsa to manage the users. The openldap is also backend for all the other services, like mail, web and so on. Now my question is, do you know
2019 Jan 15
0
dehydrated hook for LetsEncrypt certs and samba dns (was: samba-tool auth in scripts)
Am 14.01.19 um 11:29 schrieb Rowland Penny via samba: > Whilst it is quite correct to say that the REALM isn't the same as a > DNS domain, there is a correlation between them. The REALM must be the > DNS domain in uppercase, so this: > [...] I'll let you discuss this with Louis, I'm barely following anymore and try to add everything when you're done ;) > If you do
2018 Sep 07
2
samba-tool ldapcmp attribute order
Hi List, I successfully added a new schema to my DCs a couple of weeks ago (and didn't do anything with it yet.) Today I wanted to edit the schema some more but found the samba-tool ldapcmp command and ran it between my two DCs: | * Comparing [SCHEMA] context... | | * Objects to be compared: 1562 | | Comparing: | 'CN=bssGroup,CN=Schema,CN=Configuration,DC=bss,DC=example,DC=com'
2018 Mar 07
1
Easy login/mapping from non domain member clients
Hi, I'm starting to manually migrate my samba3 (or now samba4 classic) servers into a new samba4 AD domain. (All servers are running with v4.7.4) The DCs are running fine and I'm testing my first member server. Works well with Windows 10 domain members, but we won't be adding all clients into the domain just yet. Our old login scripts that map the drives do create problems now, since
2019 Jan 09
3
samba-tool auth in scripts
Hi, I created a script to add DNS entries with samba-tool (for LetsEncrypt, as a dehydrated hook.) Works fine, but I have the password for the dedicated user to do that in the script in the clear. I think I read somewhere something about doing it with kerberos, but I never used kerberos and don't know where to start. Is there any good way to be doing this? Thanks, Jakob
2018 Jul 03
3
Migrate openLDAP into Samba AD
Am 02.07.2018 um 15:13 schrieb Rowland Penny via samba: > You really need to speak to Louis about email, but I think he would > suggest investigating Kopano. I like it and checked it out in the past, but I cannot rent software, I can only buy. And nightly builds in the CE aren't my cup of tea. >> Nextcloud works out of the box, but if I want to manage quotas there, >>
2018 Jul 02
2
Migrate openLDAP into Samba AD
Hi, we moved (or still are moving) our users manually from our Samba NT4 Domain with LDAP to a Samba AD (4.7.6). We had a few schema extensions in our openLDAP to feed some services (dovecot mail settings, nextcloud quota, ...). I would prefer to have only one place for our users, but I'm new to AD. I've read that I can extend the schema, which seems not too different from openLDAP, even
2019 Jan 11
5
samba-tool auth in scripts
Am 10.01.19 um 14:09 schrieb Rowland Penny via samba: > You don't ;-) > You do what the script should have done (I feel version 0.8.10 will > soon make an appearance), export the cache to use <export > KRB5CCNAME="/tmp/dhcp-dyndns.cc"> and then use '$KRB5CCNAME' wherever > '/tmp/dhcp-dyndns.cc' appears, except for: > [...] Yes, that worked.