TestimonialAs an educator juggling multiple duties, I am constantly looking for tools that make network management faster and more efficient. Our school district runs a mixed platform network, and User Management gave me the flexibility I needed to create users with the Active Directory attributes we required to allow staff and students access to their accounts from either Windows 2000/XP or Macintosh OS X environments. User Management's intuitive user interface makes Active Directory attributes more accessible, which will allow us to more effectively use AD for network management tasks. User Management also provides powerful tools for "massaging" student records data. I spent very little time preparing the data we used for input, and that translates into more time and energy devoted to student achievement and meeting staff technology needs. But far and away, I was most impressed with the extraordinary level of customer support. In the sixteen years that I have been purchasing and using various levels of computer and network equipment and software, I have never had service as personalized and thorough as that I received from the Tools4evers America partner. Advanced Toolware. staff. Our purchase of User Management was money well spent. Tim Touhey Vocational Director Chehalis School District![]() ![]() 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 demoTestimonialI can setup all the students in the entire school district in less than an hour. It is great! Technology Coordinator
Frenchtown School District
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:
|