Changeset 764
- Timestamp:
- 09/03/08 08:47:38 (3 months ago)
- Location:
- eros/trunk/tests/fakeroot/etc
- Files:
-
- 5 modified
-
apt/sources.list (modified) (1 diff)
-
dhcp3/dhclient.conf (modified) (1 diff)
-
fstab (modified) (1 diff)
-
ldap.conf (modified) (3 diffs)
-
samba/smb.conf (modified) (9 diffs)
Legend:
- Unmodified
- Added
- Removed
-
eros/trunk/tests/fakeroot/etc/apt/sources.list
r746 r764 1 1 # 2 # deb cdrom:[ eros master(1)]/ hardy main2 # deb cdrom:[foo (1)]/ hardy main 3 3 4 deb cdrom:[ eros master(1)]/ hardy main4 deb cdrom:[foo (1)]/ hardy main -
eros/trunk/tests/fakeroot/etc/dhcp3/dhclient.conf
r746 r764 1 # Configuration file for /sbin/dhclient, which is included in Debian's 2 # dhcp3-client package. 3 # 4 # This is a sample configuration file for dhclient. See dhclient.conf's 5 # man page for more information about the syntax of this file 6 # and a more comprehensive list of the parameters understood by 7 # dhclient. 8 # 9 # Normally, if the DHCP server provides reasonable information and does 10 # not leave anything out (like the domain name, for example), then 11 # few changes must be made to this file, if any. 12 # 13 14 send host-name "<hostname>"; 15 #send dhcp-client-identifier 1:0:a0:24:ab:fb:9c; 16 #send dhcp-lease-time 3600; 17 #supersede domain-name "fugue.com home.vix.com"; 18 #prepend domain-name-servers 127.0.0.1; 19 request subnet-mask, broadcast-address, time-offset, routers, 20 domain-name, domain-name-servers, host-name, 21 netbios-name-servers, netbios-scope; 22 #require subnet-mask, domain-name-servers; 23 timeout 30; 24 #retry 60; 25 #reboot 10; 26 #select-timeout 5; 27 #initial-interval 2; 28 #script "/etc/dhcp3/dhclient-script"; 29 #media "-link0 -link1 -link2", "link0 link1"; 30 #reject 192.33.137.209; 31 32 #alias { 33 # interface "eth0"; 34 # fixed-address 192.5.5.213; 35 # option subnet-mask 255.255.255.255; 36 #} 37 38 #lease { 39 # interface "eth0"; 40 # fixed-address 192.33.137.200; 41 # medium "link0 link1"; 42 # option host-name "andare.swiftmedia.com"; 43 # option subnet-mask 255.255.255.0; 44 # option broadcast-address 192.33.137.255; 45 # option routers 192.33.137.250; 46 # option domain-name-servers 127.0.0.1; 47 # renew 2 2000/1/12 00:00:01; 48 # rebind 2 2000/1/12 00:00:01; 49 # expire 2 2000/1/12 00:00:01; 50 #} 1 request subnet-mask, broadcast-address, time-offset, routers, domain-name, domain-name-servers, host-name, ntp-servers; -
eros/trunk/tests/fakeroot/etc/fstab
r747 r764 1 # UNCONFIGURED FSTAB FOR BASE SYSTEM 1 # /etc/fstab: static file system information. 2 # 3 # <file system> <mount point> <type> <options> <dump> <pass> 4 proc /proc proc defaults 0 0 5 # /dev/sda4 6 UUID=17aa8416-a05f-4f5e-94e7-eccaed7bc86d / ext3 relatime,errors=remount-ro 0 1 7 # /dev/sda5 8 UUID=be2f7cba-505e-4c6b-9e26-64a428fe4d55 none swap sw 0 0 -
eros/trunk/tests/fakeroot/etc/ldap.conf
r747 r764 22 22 # whether your LDAP client library supports configurable 23 23 # network or connect timeouts (see bind_timelimit). 24 #host 127.0.0.1 24 host ares 25 25 26 26 # The distinguished name of the search base. 27 base dc= example,dc=net27 base dc=nodomain 28 28 29 29 # Another way to specify your LDAP server is to provide an 30 uri ldapi:/// 30 # uri with the server name. This allows to use 31 31 # Unix Domain Sockets to connect to a local LDAP Server. 32 32 #uri ldap://127.0.0.1/ … … 50 50 # if the effective user ID is root. Password is 51 51 # stored in /etc/ldap.secret (mode 600) 52 rootbinddn cn= manager,dc=example,dc=net52 rootbinddn cn=admin,dc=nodomain 53 53 54 54 # The port. … … 295 295 # at present and does not support password policy control 296 296 #pam_sasl_mech DIGEST-MD5 297 nss_initgroups_ignoreusers avahi,avahi-autoipd,backup,bin,daemon,dhcp,games,gdm,gnats,haldaemon,hplip,irc,klog,libuuid,list,lp,mail,man,messagebus,news,polkituser,proxy,pulse,root,sshd,statd,sync,sys,syslog,uucp,www-data -
eros/trunk/tests/fakeroot/etc/samba/smb.conf
r748 r764 1 # 1 2 # Sample configuration file for the Samba suite for Debian GNU/Linux. 3 # 4 # 2 5 # This is the main Samba configuration file. You should read the 3 6 # smb.conf(5) manual page in order to understand the options listed 4 7 # here. Samba has a huge number of configurable options most of which 5 8 # are not shown in this example 9 # 6 10 # Any line which starts with a ; (semi-colon) or a # (hash) 7 11 # is a comment and is ignored. In this example we will use a # 8 12 # for commentary and a ; for parts of the config file that you 9 13 # may wish to enable 14 # 10 15 # NOTE: Whenever you modify this file you should run the command 11 16 # "testparm" to check that you have not made any basic syntactic 12 17 # errors. 18 # 13 19 14 20 #======================= Global Settings ======================= … … 16 22 [global] 17 23 18 ## Browsing/Identification ## 24 ## Browsing/Identification ### 25 19 26 # Change this to the workgroup/NT-domain name your Samba server will part of 20 27 workgroup = WORKGROUP … … 38 45 ; name resolve order = lmhosts host wins bcast 39 46 40 #### Networking ### 47 #### Networking #### 48 41 49 # The specific set of interfaces / networks to bind to 42 50 # This can be either the interface name or an IP address/netmask; … … 53 61 54 62 55 #### Debugging/Accounting ### 63 #### Debugging/Accounting #### 64 56 65 # This tells Samba to use a separate log file for each machine 57 66 # that connects … … 74 83 75 84 76 ####### Authentication ###### 85 ####### Authentication ####### 86 77 87 # "security = user" is always a good idea. This will require a Unix account 78 88 # in this server for every user accessing the server. See … … 114 124 map to guest = bad user 115 125 116 ########## Domains ########## 126 ########## Domains ########### 127 117 128 # Is this machine able to authenticate users. Both PDC and BDC 118 129 # must have this setting enabled. If you are the BDC you must 119 130 # change the 'domain master' setting to no 131 # 120 132 ; domain logons = yes 133 # 121 134 # The following setting only takes effect if 'domain logons' is set 122 135 # It specifies the location of the user's profile directory … … 145 158 ; add user script = /usr/sbin/adduser --quiet --disabled-password --gecos "" %u 146 159 147 ########## Printing ######### 160 ########## Printing ########## 161 148 162 # If you want to automatically load your printer list rather 149 163 # than setting them up individually then you'll need this … … 160 174 ; printcap name = cups 161 175 162 ############ Misc ########### 176 ############ Misc ############ 177 163 178 # Using the following line enables you to customise your configuration 164 179 # on a per machine basis. The %m gets replaced with the netbios name … … 289 304 # cdrom share is accesed. For this to work /etc/fstab must contain 290 305 # an entry like this: 306 # 291 307 # /dev/scd0 /cdrom iso9660 defaults,noauto,ro,user 0 0 308 # 292 309 # The CD-ROM gets unmounted automatically after the connection to the 310 # 293 311 # If you don't want to use auto-mounting/unmounting make sure the CD 294 312 # is mounted on /cdrom 313 # 295 314 ; preexec = /bin/mount /cdrom 296 315 ; postexec = /bin/umount /cdrom
