~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/user-guide/authentication_conf.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-11-30 05:43:20 UTC
  • mfrom: (3054.1.1 ianc-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20071130054320-b4oer0rcbiy2ouzg
Bazaar User Guide for 1.0rc (Ian Clatworthy)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
=================================
2
 
Authentication configuration file
3
 
=================================
 
1
Configuring authentication
 
2
==========================
4
3
 
5
4
 
6
5
Intent
7
 
======
 
6
------
8
7
 
9
8
Many different authentication policies can be described in the
10
9
``$HOME/.bazaar/authentication.conf`` file but a particular user should need
41
40
  
42
41
 
43
42
Authentication definitions
44
 
==========================
 
43
--------------------------
45
44
 
46
45
There are two kinds of authentication used by the various schemes supported by
47
46
bzr:
108
107
 
109
108
 
110
109
File format
111
 
===========
 
110
-----------
112
111
 
113
112
The general rules for `configuration files`_ apply except for the variable
114
113
policies.
136
135
 
137
136
 
138
137
Examples
139
 
========
 
138
--------
140
139
 
141
140
 
142
141
Personal projects hosted outside
143
 
--------------------------------
 
142
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
144
143
 
145
144
All connections are done with the same ``user`` (the remote one for which the
146
145
default bzr one is not appropriate) and the password is always prompted with
165
164
 
166
165
 
167
166
Source hosting provider
168
 
-----------------------
 
167
~~~~~~~~~~~~~~~~~~~~~~~
169
168
 
170
169
In the shp.net (fictious) domain, each project has its own site::
171
170
 
178
177
        password=precious
179
178
 
180
179
HTTPS, SFTP servers and their proxy
181
 
-----------------------------------
 
180
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
182
181
 
183
182
At company.com, the server hosting released and integration code is behind a
184
183
proxy, the two servers use different authentication policies::
208
207
 
209
208
 
210
209
Planned enhancements
211
 
====================
 
210
--------------------
212
211
 
213
212
The following are not yet implemented but planned as parts of a work in
214
213
progress:
224
223
* add a ``verify_certificates`` field for ``HTTPS``.
225
224
 
226
225
The ``password_encoding`` and ``verify_certificates`` fields are recognized but
227
 
ignored in the actual implementation.
 
 
b'\\ No newline at end of file'
 
226
ignored in the actual implementation.