Displaying 2 results from an estimated 2 matches for "samba33".
Did you mean:
samba3
2009 Nov 27
0
No subject
...n output----------
Compiling libsmb/clikrb5.c
libsmb/clikrb5.c: In function 'krb5_set_real_time':
libsmb/clikrb5.c:132: error: dereferencing pointer to incomplete type
libsmb/clikrb5.c:133: error: dereferencing pointer to incomplete type
The following command failed:
cc -I. -I/usr/ports/net/samba33/work/samba-3.3.9/source
-I/usr/ports/net/samba33/work/samba-3.3.9/source/iniparser/src
-Iinclude -I./include -I. -I. -I./lib/replace -I./lib/talloc
-I./lib/tdb/include -I./libaddns -I./librpc -DHAVE_CONFIG_H
-I/usr/local/include -D_REENTRANT -D_THREAD_SAFE
-I/usr/local/include/avahi-compat-libdns_...
2009 Aug 28
1
FreeBSD 7.2 and Samba 3.3.7 AD 2003 Authentication Problem
...e root account to log on console, not through ssh (I enabled it for
testing purposes).
Upgrade steps are:
# /usr/local/etc/rc.d/samba stop
# net ads leave -U adminuser
# rm /usr/local/etc/samba/*tdb
# rm /var/db/samba/*tdb
# cd /usr/ports/net/samba3/
# make deinstall distclean
# cd /usr/ports/net/samba33/
# make KRB5_HOME=/usr/local/ reinstall distclean
# net ads join -U adminuser
# /usr/local/etc/rc.d/samba start
I test the installation with:
# net ads testjoin
# wbinfo -u
# wbinfo -g
# pw user show -a
And I can see all users with their uids set on the SFU PDC
If I comment out the follow...