Initial repo created
[timetracker.git] / WEB-INF / lib / pear / PEAR / Command / Auth.xml
1 <commands version="1.0">
2  <login>
3   <summary>Connects and authenticates to remote server [Deprecated in favor of channel-login]</summary>
4   <function>doLogin</function>
5   <shortcut>li</shortcut>
6   <options />
7   <doc>&lt;channel name&gt;
8 WARNING: This function is deprecated in favor of using channel-login
9
10 Log in to a remote channel server.  If &lt;channel name&gt; is not supplied,
11 the default channel is used. To use remote functions in the installer
12 that require any kind of privileges, you need to log in first.  The
13 username and password you enter here will be stored in your per-user
14 PEAR configuration (~/.pearrc on Unix-like systems).  After logging
15 in, your username and password will be sent along in subsequent
16 operations on the remote server.</doc>
17  </login>
18  <logout>
19   <summary>Logs out from the remote server [Deprecated in favor of channel-logout]</summary>
20   <function>doLogout</function>
21   <shortcut>lo</shortcut>
22   <options />
23   <doc>
24 WARNING: This function is deprecated in favor of using channel-logout
25
26 Logs out from the remote server.  This command does not actually
27 connect to the remote server, it only deletes the stored username and
28 password from your user configuration.</doc>
29  </logout>
30 </commands>