File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed
src/Symfony/Bundle/SecurityBundle/Resources/config/schema Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change 137137 <xsd : element name =" anonymous" type =" anonymous" minOccurs =" 0" maxOccurs =" 1" />
138138 <xsd : element name =" form-login" type =" form_login" minOccurs =" 0" maxOccurs =" 1" />
139139 <xsd : element name =" form-login-ldap" type =" form_login_ldap" minOccurs =" 0" maxOccurs =" 1" />
140- <xsd : element name =" guard" type =" guard" minOccurs =" 0" maxOccurs =" 1" />
141140 <xsd : element name =" access-token" type =" access_token" minOccurs =" 0" maxOccurs =" 1" />
142141 <xsd : element name =" http-basic" type =" http_basic" minOccurs =" 0" maxOccurs =" 1" />
143142 <xsd : element name =" http-basic-ldap" type =" http_basic_ldap" minOccurs =" 0" maxOccurs =" 1" />
254253 </xsd : complexContent >
255254 </xsd : complexType >
256255
257- <xsd : complexType name =" guard" >
258- <xsd : sequence >
259- <xsd : element name =" authenticator" type =" xsd:string" minOccurs =" 1" maxOccurs =" unbounded" />
260- </xsd : sequence >
261- <xsd : attribute name =" provider" type =" xsd:string" />
262- <xsd : attribute name =" entry-point" type =" xsd:string" />
263- </xsd : complexType >
264-
265256 <xsd : complexType name =" http_basic" >
266257 <xsd : attribute name =" provider" type =" xsd:string" />
267258 <xsd : attribute name =" realm" type =" xsd:string" />
You can’t perform that action at this time.
0 commit comments