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 dencom 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: *

  • Users: nsvora
  • Content: Threads
  • Order by date
  1. nsvora

    Editing sequence diagram in visio

    I am using Microsoft Visio 2003 to define static classes with operations/methods and a sequence diagrams referring to these classes. The sequence diagram is almost done, but i realized that i missed one operation in middle of the diagram. When i try to move rest of the sequences down by...
  2. nsvora

    Vieweing documentation text along with UML elements in VISIO ?

    Hi there, I have generated a sequence diagram using MS Visio 2003. UML messages shown in the diagram have documentation/algorithm mentioned in the documentation. But I am not able to figure out the option to make it visible in the sequence diagram for someone to read it along with the message...
  3. nsvora

    HPUX: Sleep & localtime query

    Hi, I work on HPUX application and i had a query regarding the sleep & localtime system call in HPUX. Here is the code that we have : const uint32_t WAKE_INTERVAL_SEC(30*60); while (true) { // Find out what time it is time(&currentTime)...
  4. nsvora

    Max length for user password

    Hi All, I need information regarding maximum length of user password that can be configured in LDAP edirectory and Active Directory server. I could not locate this information in RFC. Any idea where can i get this information? Thanks & Regards, nsvora
  5. nsvora

    Dynamic DNS with static IP

    Hi All, I have a computer having static IP configuration ( without DHCP). And if this configuration is changed, should this information be updated in the DNS server? In short, does Dynamic DNS make sense with static IP configuration? Any comment in this regard is highly appreciated. With...
  6. nsvora

    Need of secondary and Tertiary Servers in LINUX

    Hi All, I am working on the proprietory Dynamic DNS client implementation . My DHCP and DDNS server are running on LINUX and would like to know some information about Secondary & Tertiary DNS Servers. Currently, my client send the update to only Primary DNS server. Could anyone kindly answer...
  7. nsvora

    How to disable DHCP server from sending DNS update?

    Hi All, I am working on Dynamic DNS client implementation. I have the following scenario: 1) The target under test gets the IP Address from the DHCP server( LINUX) . 2) After getting the IP Address, my DDNS client would send the update request to the DDNS server directly. But currently, DHCP...

Part and Inventory Search

Back
Top