User Tools

Site Tools


opsi-server_authentication_over_windows_ad_based_on_ldap

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
opsi-server_authentication_over_windows_ad_based_on_ldap [2015/05/22 10:42]
koepkek created
opsi-server_authentication_over_windows_ad_based_on_ldap [2021/08/23 08:37] (current)
Line 124: Line 124:
 </code> </code>
  
-Join the OPSI host to the Windows AD domain+  * Join the OPSI host to the Windows AD domain 
 +    * DC1 = Netbios name of the windows domain controller dc1.mywin.domain 
 +    * Administrator = Domain admin account 
 +        * ''net rpc join -S DC1 -U Administrator''
  
-DC1 = Netbios name of the windows domain controller dc1.mywin.domain +  * Create a domain user account <pcpatch> 
-Administrator = Domain admin account+     * Use for the domain user <pcpatch> the same password as for the OPSI user <pcpatch>.
  
-net rpc join -S DC1 -U Administrator+     * ''passwd pcpatch  <secret_pcpatch_password>'' 
 +     * ''smbpasswd –U pcpatch  <secret_pcpatch_password>'' 
 +     *  
 +     * ''opsi-admin -d task setPcpatchPassword <secret_pcpatch_password>''
  
-Create a domain user account <pcpatch>+  * Create a global host parameter with the ConfigEd.
  
-Use for the domain user <pcpatch> the same password as for the OPSI user <pcpatch>.+     * ''clientconfig.depot.user :  MYWIN\pcpatch''
  
-passwd pcpatch  <secret_pcpatch_password> +http://thejoyofstick.com/blog/2012/03/31/authenticating-linux-users-against-microsoft-active-directory/
-smbpasswd –U pcpatch  <secret_pcpatch_password>+
  
-opsi-admin -d task setPcpatchPassword <secret_pcpatch_password> 
  
-Create a global host parameter with the ConfigEd. +Special thanks to Jürgen Judt for writing this paper!
- +
-clientconfig.depot.user :  MYWIN\pcpatch +
- +
-+
-http://thejoyofstick.com/blog/2012/03/31/authenticating-linux-users-against-microsoft-active-directory/+
  
opsi-server_authentication_over_windows_ad_based_on_ldap.1432291324.txt.gz · Last modified: 2021/08/23 08:37 (external edit)