Remoting - Where is username and pwd ?

Discussion in 'General' started by realtebo, Nov 21, 2013.

  1. realtebo

    realtebo New Member

    From dns_a_add example
    Code:
    $client = new SoapClient(null, array('location' => $soap_location,
                                         'uri'      => $soap_uri,
    									 'trace' => 1,
    									 'exceptions' => 1));
    
    
    try {
    	if($session_id = $client->login($username,$password)) {
    		echo 'Logged successfull. Session ID:'.$session_id.'<br />';
    	}
    	
    
    Well, I know must setup location, uri, username, and password.

    But ... where is username and password config in ispconfig web interface ?
     
  2. realtebo

    realtebo New Member

    Find: System -> User Management -> Remote users
     

Share This Page