Displaying 5 results from an estimated 5 matches for "db_library".
Did you mean:
add_library
2018 Jan 22
3
SAMBA 4.7.4 with MIT Keberos
...ts = 88
kdc_tcp_ports = 88
kadmind_port = 464
[realms]
ROOTRUDI.DE = {
}
rootrudi.de = {
}
ROOTRUDI = {
}
[dbmodules]
db_module_dir = /usr/local/samba/lib/krb5/plugins/kdb
ROOTRUDI.DE = {
db_library = samba
}
rootrudi.de = {
db_library = samba
}
ROOTRUDI = {
db_library = samba
}
[logging]
kdc = FILE:/usr/local/samba/var/mit_kdc.log
admin_server = FILE:/usr/local/samba/var/mit_kadmin.log
--------...
2018 Jan 22
0
SAMBA 4.7.4 with MIT Keberos
...>
>[realms]
> ROOTRUDI.DE = {
> }
>
> rootrudi.de = {
> }
>
> ROOTRUDI = {
> }
>
>[dbmodules]
> db_module_dir = /usr/local/samba/lib/krb5/plugins/kdb
>
> ROOTRUDI.DE = {
> db_library = samba
> }
>
> rootrudi.de = {
> db_library = samba
> }
>
> ROOTRUDI = {
> db_library = samba
> }
>
>[logging]
> kdc = FILE:/usr/local/samba/var/mit_kdc.log
> admin_server...
2013 Nov 01
1
samba4, with existing krb5 and ldap
Greetings,
I bave a linux-running-computer acting as a KDC. It has :-
OS--blfs linux gcc-4.8.1 linux-3.10.17, krb5-1.11.2, openldap-2.4.35, cyrus-
sasl-2.4.26,bind-9.9.4,ntp4.2.7
my /etc/krb5.conf has :-
[dbmodules]
openldap_ldapconf = {
db_library = kldap
ldap_kerberos_container_dn = cn=krbcontainer,dc=somewhere,dc=com
ldap_kdc_dn = "cn=kdc-service,dc=somewhere,dc=com"
# this object needs to have read rights on
# the realm container and principal subtrees
ldap_kadmind_dn = "cn=adm-service,dc=somewhere,d...
2003 Oct 09
0
dynamic iptables and iproute2
...r
to have an occasional refresh of the users map (maybe it is not healty for nmbd)?
do I need smbd also ?
why I haven't found a similar project on freshmeat (maybe it can't work
and I'm not aware why)?
do you think I'm just a fool (or idiot ;)?
would it be better just to use your db_library and have direct access
to the info stored by nmbd?
should I forget nmbd and just query the net by smblookup(very ugly net flow
drawback)?
/********************/
point number 2 refers to the ipsec endpoint; the nmbd conf(if nmbd is itself
a master browser or a wins server) should allow clients...
2018 Jul 03
1
Samba 4 AD DC on Fedora, problem with GPOs and denied security for machines
...kdc_ports = 88
kdc_tcp_ports = 88
kadmind_port = 464
[realms]
MYDOMAIN.COM = {
}
mydomain.com = {
}
MYDOMAIN = {
}
[dbmodules]
db_module_dir = /usr/lib64/krb5/plugins/kdb
MYDOMAIN.COM = {
db_library = samba
}
mydomain.com = {
db_library = samba
}
MYDOMAIN = {
db_library = samba
}
[logging]
kdc = FILE:/var/log/samba/mit_kdc.log
admin_server = FILE:/var/log/samba/mit_kadmin.log
==========
and other...