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 Mike Lewis 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. 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

    Linking MS Visio shapes together so properties are in synch

    I can tell you similar case for use case diagram and sequence diagrams. You need to define the class at the top package level and then drag the objects from model explorer on different pages. This way if you change any property (for example- method name of a class), it should get reflected...
  3. 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...
  4. 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)...
  5. nsvora

    Max length for user password

    Thanks for the information tsuji, Does it mean that max length for user configured in Active Directory is 127 bytes ? But i was not able to locate this information in any RFC .. Is password length same for user configured in edirectory ? Thanks, nsvora
  6. 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
  7. nsvora

    Dynamic DNS with static IP

    I am running my proprietory DHCP client implementation as well as as the application I mentioned earlier on LINUX machine.
  8. nsvora

    Dynamic DNS with static IP

    Thanks for the reply ShackDaddy. But i dont understand need of DHCP server here. I will elaborate on the scenario a bit: I have proprietory implementation of DHCP client running on a machine . There is an application which allows user to : a) enable or disable DHCP b) if DHCP is disabled...
  9. 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...
  10. nsvora

    Need of secondary and Tertiary Servers in LINUX

    Thanks for your reply lgarner. I understand the redundancy required for the updates to go throught we need two servers. I have proprietory implementation of DHCP and DDNS client so i dont want to have DHCP server updating the DNS server. So in this case, should DDNS client be sending these...
  11. 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...
  12. nsvora

    How to disable DHCP server from sending DNS update?

    I am using following version of LINUX: Linux ns1.testdns.com 2.6.9-34.ELsmp #1 SMP Fri Feb 24 16:54:53 EST 2006 i686 i686 i386 GNU/Linux
  13. 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