darcs rollback fail

darcs-hash:20090709135112-bd074-6a5ed06a4182b35a02cbcef1baedcefb2a50a546.gz
This commit is contained in:
Antoine Durand-Gasselin 2009-07-09 15:51:12 +02:00
parent 3250ac9785
commit fd7d0849d9
4 changed files with 3 additions and 4 deletions

View file

@ -42,7 +42,7 @@ la base LDAP
# Résolution directe
zones_direct = [ 'crans.org' , 'crans.ens-cachan.fr', 'wifi.crans.org' , 'ferme.crans.org' , 'clubs.ens-cachan.fr', 'adm.crans.org' ]
# Résolution inverse
zones_reverse = [ '138.231.136.0/21', '138.231.144.0/21', '10.231.136.0/24', '10.2.9.0/24' ]
zones_reverse = [ '138.231.136.0/21', '138.231.144.0/21', '10.231.136.0/24', '10.2.9.0/24', '10.42.0.0/16' ]
### Liste DNS
# Le premier doit être le maitre

View file

@ -101,7 +101,6 @@ def AddrInNet(ip,net) :
Note : retourne False si l'IP est une adresse de réseau ou broadcast
"""
if type(net)==str : net = [ net ]
r = False
ip = QuadToDec(ip)
for ne in net :

View file

@ -30,7 +30,7 @@ random.seed() # On initialise le générateur aléatoire
##################################################################################
### paramètres de connexion à la base LDAP
test_hosts = ('munin',)
test_hosts = tuple()
cur_user = os.getenv('SUDO_USER') or pwd.getpwuid(os.getuid())[0]

View file

@ -84,7 +84,7 @@ class Theme(ThemeBase):
u'</div>', # end of yui-b
u'</div>', # end of yui-main
# NAVIGATION
u'<div class="yui-b">',
u'<div class="yui-b" id=\"left-sidebar\">',
self.logo(),
u'<h2>Navigation</h2>',
self.navibar(d),