search for: shortdomain

Displaying 7 results from an estimated 7 matches for "shortdomain".

2013 Feb 20
2
Error in DRS Showrepl
...----------------------------------------------------------------------------- INBOUND NEIGHBORS : OK OUTBOUND NEIGHBORS : OK ==== KCC CONNECTION OBJECTS ==== Connection -- Connection name: 179ef6ba-a138-46d7-9a64-880ab4608b04 Enabled : TRUE Server DNS name : DC2.SHORTDOMAIN.LOCAL Server DN name : CN=NTDS Settings,CN=DC2,CN=Servers,CN=Default-First-Site-Name,CN=Sites,CN=Configuration,DC=SHORTDOMAIN,DC=LOCAL TransportType: RPC options: 0x00000001 Warning: No NC replicated for Connection! --------------------------------------...
2013 Oct 07
1
wbinfo -i domain_username issue
...Samba4/Domain_Member distro is Ubuntu 12.04.03 amd64 I compiled... ./configure --libdir=/lib/x86_64-linux-gnu --with-ads --with-shared-modules=idmap_ad,pam --enable-old-ctdb make... make install... everything was fine. /usr/local/samba/etc/smb.conf : [global] log level = 3 workgroup = SHORTDOMAIN security = ADS realm = FQDN_DOMAIN encrypt passwords = yes password server = fqdn_server1 fqdn_server2 idmap config *:backend = tdb idmap config *:range = 70001-80000 idmap config SHORTDOMAIN:backend = ad idmap config SHORTDOMAIN:schema_mode = rfc2307 idmap config SHORTD...
2018 May 30
1
Scripting the next UID/GID number to use
Hello. If you want. I have already implemented something like this : ############################### # get user rfc2307 attributes # ############################### # get the new uid # userUid=$(s4ldbsearch -H $samDatabase -s base -b CN=$shortDomain,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,$baseDN msSFU30MaxUidNumber | grep 'msSFU30MaxUidNumber:') if [ -z "$userUid" ]; then userUid="$baseUid" else userUid=$(echo $userUid | sed 's/^msSFU30MaxUidNumber: \(.*\)/\1/') fi # get the gid # strgid=$(...
2018 May 30
2
Scripting the next UID/GID number to use
On Wed, 30 May 2018 10:33:55 +0200 Marco Gaiarin via samba <samba at lists.samba.org> wrote: > Mandi! Rowland Penny via samba > In chel di` si favelave... > > > > So, in AD LDAP lingo, a 'modify' is not atomic, and a 'delete/add' > > > yes? > > Ahem, i meant: > > So, in AD LDAP lingo, a 'replace' is not atomic, and a
2018 Jan 16
3
Avoiding uid conflicts between rfc2307 user/groups and computers
Mandi! Kacper Wirski via samba In chel di` si favelave... > I understand the OP, I was asking some time ago similar question, but it was > in relation to samba domain member. Thanks, Kacper. > I couldn't get backend: ad to work for > machine accounts, so i switched to idmap: rid and it solved everything. I > tried manually adding UID and GID to Domain Computer group and to
2018 Jan 17
0
Avoiding uid conflicts between rfc2307 user/groups and computers
...dNumber -> 5000000 - 5999999 for the group rfc2307 gidNumber If someone is interested, here a part of the script I have used : ############################### # get user rfc2307 attributes # ############################### # get the new uid # userUid=$(ldbsearch -H $samDatabase -s base -b CN=$shortDomain,CN=ypservers,CN=ypServ30,CN=RpcServices,CN=System,$baseDN msSFU30MaxUidNumber | grep 'msSFU30MaxUidNumber:') if [ -z "$userUid" ]; then userUid="$baseUid" else userUid=$(echo $userUid | sed 's/^msSFU30MaxUidNumber: \(.*\)/\1/') fi # get the gid # strgid=$(...
2005 Aug 01
2
samba-3.0.20rc1 winbind Windows 2003 SP1 ADS wbinfo all fine, but getent passsd or group does not work...
...allow enumeration of winbind users and groups winbind enum users = yes winbind enum groups = yes # give winbind users a real shell (only needed if they have telnet access) template homedir = /home/%U template shell = /bin/bash winbind cache time = 600 winbind trusted domains only = yes workgroup = SHORTDOMAIN # to remove domain from username # winbind use default domain = yes obey pam restrictions = Yes realm = DOMAIN security = ADS encrypt passwords = yes password server = SERVER.DOMAIN # Example share definition [public] comment = Public data directory read only = no path = /sambapublic user = @&q...