TestimonialUMRA is one of the best management programs I\'ve seen in a long time. Easy to use,implement,manage.Christian Sølling Olsen TOPNORDIC A/S![]() ![]() We help you!Want to know more? A price quote or online demo? Call us +852 - 2512 8491 sales@logon-int.com Give me an online demoTestimonialHello, Their product has saved us alot of time by importing ad removing student accounts at the end of the school year every year. Their technical support has thorough knowledge of their products and has always been there able to give us answers when needed. Thanks, Robert price Network SpecialistSpringboro Community City Schools Read more... |
Log on to domain controllerThis topic follows the guidelines of article Q321051. Log on to the domain controller (LDAP Server) with an enterprise administrator account. To create the certificate request, the certreq.exe program is used. The certreq.exe program is part of the Windows installation and requires a text input file to generate a certificate request. With your favorite ASCII editor (notepad.exe?), create a file with the following contents: [Version] Signature="$Windows NT$" [NewRequest] Subject = "CN=king.tools4ever.local3"
KeyLength = 2048 ; Can be 1024, 2048, 4096, 8192, or 16384. ; Larger key sizes are more secure, but have ; a greater impact on performance. Exportable = TRUE MachineKeySet = TRUE SMIME = False PrivateKeyArchive = FALSE UserProtected = FALSE UseExistingKeySet = FALSE ProviderName = "Microsoft RSA SChannel Cryptographic Provider" ProviderType = 12 RequestType = PKCS10 KeyUsage = 0xa0
OID=1.3.6.1.5.5.7.3.1 In the file, the entry regarding the subject,
must be changed to contain the fully qualified domain name of the Active Directory domain controller that is going to support secure LDAP. Example:
Save the file to ldapcert.inf. From a command prompt, create the request file with certreq.exe: certreq -new ldapcert.inf ldapcert.req A new file is now created: ldapcert.req. This is the base64 encoded request file and it contains something like this:
|