1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-23 20:23:50 +03:00
Commit Graph

14 Commits

Author SHA1 Message Date
Andrew Bartlett
560a8c9f42 r3109: Give krbtgt and our machine account a random password in provision.
Andrew Bartlett
2007-10-10 13:02:22 -05:00
Andrew Bartlett
2df85686f5 r3078: Allow more things to be set as command line options to provision.
Andrew Bartlett
2007-10-10 13:01:56 -05:00
Andrew Tridgell
1dff12fba8 r2934: - changed the unixuid module to use the nt_user_token instead of the server supplied info structure.
- added SID_WORLD and SID_NETWORK to the foreign sids in the
  provisioning, as these are auto-added to the nt_user_token (why is
  that done? Andrew?)
2007-10-10 12:59:49 -05:00
Stefan Metzmacher
1e8c431331 r2873: create a DNS zone file for a BIND name server
metze
2007-10-10 12:59:41 -05:00
Stefan Metzmacher
0b46dc6f4b r2829: REALM and netbiosname are always uppercase
dnsname and dnshostname always lowercase

metze
2007-10-10 12:59:37 -05:00
Andrew Tridgell
036e953fac r2808: added auto-detection of unix user and groups names during provision. 2007-10-10 12:59:36 -05:00
Andrew Tridgell
e335cd4933 r2804: - setup some reasonable default SAM to unixName mappings in the provisioning.
- enable the unixuid module by default on all backends
2007-10-10 12:59:36 -05:00
Andrew Tridgell
f5560f961d r2802: a better provisioning script 2007-10-10 12:59:35 -05:00
Simo Sorce
35135033ff r2694: DN -> DC these are domain components ... 2007-10-10 12:59:23 -05:00
Stefan Metzmacher
932e22badd r1585: add dcpromo.pl start, this should be configure a
samba4 ads domain controller's ldb database

metze
2007-10-10 12:57:42 -05:00
Andrew Tridgell
d6dca96352 r919: - added lsa_QueryInfoPolicy2() to IDL, test suite and server
- added lsa_OpenPolicy2() to server

- added guid handling in samdb

- added a couple more info policy levels in lsa server

- added some DNS info in the provisioning template and script

With the above changes WinXP professional can join a Samba4 domain
2007-10-10 12:56:20 -05:00
Andrew Tridgell
0f12584b4b r594: - make sure all users in the domain have the same base sid!
- added proper ldap time construction to provisioning
2007-10-10 12:51:49 -05:00
Andrew Tridgell
10b6e0011b r578: initial server side implementation of samr_CreateUser(),
samr_CreateUser2(), samr_LookupNames(), samr_OpenUser(),
and samr_DeleteUser()

this uses a user template in the SAM db, of objectclass "userTemplate"
and dn CN=TemplateUser,CN=Templates,$BASEDN. Using a template allows
an admin to add any default user attributes that they might want to
the user template and all new users will receive those attributes.
2007-10-10 12:51:48 -05:00
Andrew Tridgell
e2002e40a5 r458: this is the (very primitive) beginnings of a SAMR server for
Samba4. I'm committing this now so I can get comments on the approach.

Note that you need to do something like this to initialise the SAM db:

 edit script/provision.pl
 script/provision.pl > provision.ldif.out
 bin/ldbadd /path/to/private/sam.ldb provision.ldif.out
2007-10-10 12:51:44 -05:00