Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. jamescpp

    password encryption for a backend or service application

    Hello. I know encryption questions are asked a lot and there's overload when googling for answers. I have a very small application that will run either as a service or from task scheduler on windows that will connect to an email server over imap and download attachments from any new emails for...
  2. jamescpp

    Windos OpenSSH server vulnerability

    Hello. I have not been able to find an answer to this after hours of searching. Hoping someone here knows the answer. I'm running Microsoft's OpenSSH server on Server 2022. It's working fine but my vulnerability scanner is saying: Insecure MAC algorithms in use...
  3. jamescpp

    Adding an attribute to ADLDS

    This is resolved using this site as a reference. https://social.technet.microsoft.com/wiki/contents/articles/51121.active-directory-how-to-add-custom-attribute-to-schema.aspx Thanks
  4. jamescpp

    Adding an attribute to ADLDS

    Hoping someone here can point me in the right direction, preferably a step by step instruction of adding custom attributes to ADLDS. I need to add some custom attributes so we can store and retrieve custom data for each user in ADLDS. Through ADSI Edit that you can add an attribute, but...
  5. jamescpp

    listener-thread: err = -25572: oserr = 226: errstr = : Network driver cannot bind a name to the port

    Hopefully someone with HP-UX and/or Informix experience is out there because we haven't found anyone to help us yet. Thankfully our backup system is accessible still. We moved out HP-UX/Informix/SAP system to a new data center and new storage. One thing we had to deal with was recreating the...
  6. jamescpp

    Disabling Firewall/iptables on CentOS 7??

    That helped. Thank you. James
  7. jamescpp

    Disabling Firewall/iptables on CentOS 7??

    I googled and attempted things for several hours today without success. I have a freshly installed CentOS 7 system that I'd like to disable the firewall and all iptables rules. Basically the equivalent of doing iptables -F In a nutshell I've tried the following commands, in many different ways...
  8. jamescpp

    KMS update question - 2008r2 activating Windows 10

    I installed patch Windows6.1-KB3079821-x64 on our Windows 2008r2 KMS host which is supposed to enable us to activate windows 10 clients. I can't find any good documentation on what to do after the patch. I assume I need to add our host KMS keys for Windows 10 to the KMS host, but not sure...
  9. jamescpp

    Why use more than one vswitch?

    We are using 4 physical NICs with VMware 5.0. We have one vswitch, with the switch ports configured in an MLT, with multiple vlans on the ports, using route based on ip hash. I am not a traffic expert. I'm being told that "best practice" is having a separate vswitch for management and another...
  10. jamescpp

    Don't understand KMS Activation IDs - They don't match between EventLog and SLMGR

    We have a KMS host that licenses our Microsoft products, Windows 7, Office, and Windows 2008. I have a tool that extracts all the KMS event log entries so you can parse them out and see what is being activated, etc. The problem I have is that the report shows 7 different activation IDs. If I...
  11. jamescpp

    Problem finding specific days and dates

    Agreed. Here's my code for finding the the upcoming Friday and Monday. (Or previous Friday if the current day is Saturday, Sunday, or Monday) James Call with: String fridayDateString = getDate("FRIDAY"); String mondayDateString = getDate("MONDAY"); private String getDate(String requestedDay)...
  12. jamescpp

    Problem finding specific days and dates

    I was able to get this working. Like you said, it took case statements and if statements and just dealing with the logic. Thanks, James
  13. jamescpp

    Problem finding specific days and dates

    I'm working on a program for a local group of guys I play basketball with. Basically something to help us know who's committing to playing then next two dates, instead of sending emails around. Anyway, I'm having trouble getting my program to automatically determine the Friday and Monday...
  14. jamescpp

    Terminal Server problem: "...composited theme is not in use"

    I don't remember the exact verbiage, but there was a question about disabling aero when we enabled terminal server, which we did. I'm actually trying to connect using Windows XP. Thanks, James
  15. jamescpp

    Terminal Server problem: "...composited theme is not in use"

    <bump> Anyone seen this before? Thanks, James
  16. jamescpp

    Terminal Server problem: &quot;...composited theme is not in use&quot;

    I'm hoping someone has seen this before. We're starting to move to Windows 2008 R2. Right now we're trying to get our server image created. The problem we are having is with terminal services. We have a license server for RDS cals with RDS cals available. We can start a remote desktop session as...
  17. jamescpp

    Policy gets lost on reboot

    Unfortunately I've had no luck. I tried the link you sent, which says to: "delete all the files in %windir%\Security\Templates\Policies folder except Tmpgptfl.inf" Problem is I don't have a Policies folder under %windir%\Security\Templates. In the event log I am getting this error: "Windows...
  18. jamescpp

    Policy gets lost on reboot

    <bump> Any ideas? Thanks, James
  19. jamescpp

    Policy gets lost on reboot

    Thank you for the suggestions. We do not use Active Directory or a Domain. This is a standalone server in a workgroup. I apologize for the limited information. I'd be happy to give more details but not sure what to give. It is Windows 2003 SP2. Workgroup server, no AD or Domain. Thanks, James

Part and Inventory Search

Back
Top